|
| TestContext (FullCodeGenerator *codegen, Expression *condition, Label *true_label, Label *false_label, Label *fall_through) |
|
Expression * | condition () const |
|
Label * | true_label () const |
|
Label * | false_label () const |
|
Label * | fall_through () const |
|
virtual void | Plug (bool flag) const |
|
virtual void | Plug (Register reg) const |
|
virtual void | Plug (Label *materialize_true, Label *materialize_false) const |
|
virtual void | Plug (Variable *var) const |
|
virtual void | Plug (Handle< Object > lit) const |
|
virtual void | Plug (Heap::RootListIndex) const |
|
virtual void | PlugTOS () const |
|
virtual void | DropAndPlug (int count, Register reg) const |
|
virtual void | PrepareTest (Label *materialize_true, Label *materialize_false, Label **if_true, Label **if_false, Label **fall_through) const |
|
virtual bool | IsTest () const |
|
Definition at line 765 of file full-codegen.h.
◆ TestContext()
v8::internal::FullCodeGenerator::TestContext::TestContext |
( |
FullCodeGenerator * |
codegen, |
|
|
Expression * |
condition, |
|
|
Label * |
true_label, |
|
|
Label * |
false_label, |
|
|
Label * |
fall_through |
|
) |
| |
|
inline |
Definition at line 767 of file full-codegen.h.
Label * true_label() const
Label * false_label() const
Expression * condition() const
Label * fall_through() const
◆ cast()
◆ condition()
Expression* v8::internal::FullCodeGenerator::TestContext::condition |
( |
| ) |
const |
|
inline |
◆ DropAndPlug()
virtual void v8::internal::FullCodeGenerator::TestContext::DropAndPlug |
( |
int |
count, |
|
|
Register |
reg |
|
) |
| const |
|
virtual |
◆ fall_through()
Label* v8::internal::FullCodeGenerator::TestContext::fall_through |
( |
| ) |
const |
|
inline |
◆ false_label()
Label* v8::internal::FullCodeGenerator::TestContext::false_label |
( |
| ) |
const |
|
inline |
◆ IsTest()
virtual bool v8::internal::FullCodeGenerator::TestContext::IsTest |
( |
| ) |
const |
|
inlinevirtual |
◆ Plug() [1/6]
virtual void v8::internal::FullCodeGenerator::TestContext::Plug |
( |
bool |
flag | ) |
const |
|
virtual |
◆ Plug() [2/6]
virtual void v8::internal::FullCodeGenerator::TestContext::Plug |
( |
Handle< Object > |
lit | ) |
const |
|
virtual |
◆ Plug() [3/6]
◆ Plug() [4/6]
virtual void v8::internal::FullCodeGenerator::TestContext::Plug |
( |
Label * |
materialize_true, |
|
|
Label * |
materialize_false |
|
) |
| const |
|
virtual |
◆ Plug() [5/6]
void v8::internal::FullCodeGenerator::TestContext::Plug |
( |
Register |
reg | ) |
const |
|
virtual |
Definition at line 502 of file full-codegen.cc.
506 codegen()->DoTest(
this);
static Register result_register()
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
References __, NULL, and v8::internal::FullCodeGenerator::result_register().
◆ Plug() [6/6]
virtual void v8::internal::FullCodeGenerator::TestContext::Plug |
( |
Variable * |
var | ) |
const |
|
virtual |
◆ PlugTOS()
void v8::internal::FullCodeGenerator::TestContext::PlugTOS |
( |
| ) |
const |
|
virtual |
◆ PrepareTest()
void v8::internal::FullCodeGenerator::TestContext::PrepareTest |
( |
Label * |
materialize_true, |
|
|
Label * |
materialize_false, |
|
|
Label ** |
if_true, |
|
|
Label ** |
if_false, |
|
|
Label ** |
fall_through |
|
) |
| const |
|
virtual |
◆ true_label()
Label* v8::internal::FullCodeGenerator::TestContext::true_label |
( |
| ) |
const |
|
inline |
◆ condition_
Expression* v8::internal::FullCodeGenerator::TestContext::condition_ |
|
private |
◆ fall_through_
Label* v8::internal::FullCodeGenerator::TestContext::fall_through_ |
|
private |
◆ false_label_
Label* v8::internal::FullCodeGenerator::TestContext::false_label_ |
|
private |
◆ true_label_
Label* v8::internal::FullCodeGenerator::TestContext::true_label_ |
|
private |
The documentation for this class was generated from the following files: