Definition at line 744 of file full-codegen.h.
◆ StackValueContext()
v8::internal::FullCodeGenerator::StackValueContext::StackValueContext |
( |
FullCodeGenerator * |
codegen | ) |
|
|
inlineexplicit |
◆ DropAndPlug()
virtual void v8::internal::FullCodeGenerator::StackValueContext::DropAndPlug |
( |
int |
count, |
|
|
Register |
reg |
|
) |
| const |
|
virtual |
◆ IsStackValue()
virtual bool v8::internal::FullCodeGenerator::StackValueContext::IsStackValue |
( |
| ) |
const |
|
inlinevirtual |
◆ Plug() [1/6]
virtual void v8::internal::FullCodeGenerator::StackValueContext::Plug |
( |
bool |
flag | ) |
const |
|
virtual |
◆ Plug() [2/6]
virtual void v8::internal::FullCodeGenerator::StackValueContext::Plug |
( |
Handle< Object > |
lit | ) |
const |
|
virtual |
◆ Plug() [3/6]
virtual void v8::internal::FullCodeGenerator::StackValueContext::Plug |
( |
Heap::RootListIndex |
| ) |
const |
|
virtual |
◆ Plug() [4/6]
virtual void v8::internal::FullCodeGenerator::StackValueContext::Plug |
( |
Label * |
materialize_true, |
|
|
Label * |
materialize_false |
|
) |
| const |
|
virtual |
◆ Plug() [5/6]
void v8::internal::FullCodeGenerator::StackValueContext::Plug |
( |
Register |
reg | ) |
const |
|
virtual |
◆ Plug() [6/6]
virtual void v8::internal::FullCodeGenerator::StackValueContext::Plug |
( |
Variable * |
var | ) |
const |
|
virtual |
◆ PlugTOS()
void v8::internal::FullCodeGenerator::StackValueContext::PlugTOS |
( |
| ) |
const |
|
virtual |
◆ PrepareTest()
void v8::internal::FullCodeGenerator::StackValueContext::PrepareTest |
( |
Label * |
materialize_true, |
|
|
Label * |
materialize_false, |
|
|
Label ** |
if_true, |
|
|
Label ** |
if_false, |
|
|
Label ** |
fall_through |
|
) |
| const |
|
virtual |
Definition at line 555 of file full-codegen.cc.
561 *if_true = *fall_through = materialize_true;
562 *if_false = materialize_false;
The documentation for this class was generated from the following files: