|
|
| Interpreter (Isolate *isolate) |
| |
|
Code | GetBytecodeHandler (Bytecode bytecode, OperandScale operand_scale) |
| |
|
void | SetBytecodeHandler (Bytecode bytecode, OperandScale operand_scale, Code handler) |
| |
|
void | IterateDispatchTable (RootVisitor *v) |
| |
|
const char * | LookupNameOfBytecodeHandler (const Code code) |
| |
|
V8_EXPORT_PRIVATE Local< v8::Object > | GetDispatchCountersObject () |
| |
|
void | ForEachBytecode (const std::function< void(Bytecode, OperandScale)> &f) |
| |
|
void | Initialize () |
| |
|
bool | IsDispatchTableInitialized () const |
| |
|
Address | dispatch_table_address () |
| |
|
Address | bytecode_dispatch_counters_table () |
| |
|
Address | address_of_interpreter_entry_trampoline_instruction_start () const |
| |
|
|
class | SetupInterpreter |
| |
|
class | v8::internal::SetupIsolateDelegate |
| |
Definition at line 35 of file interpreter.h.
The documentation for this class was generated from the following files: