v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::interpreter::Interpreter Member List

This is the complete list of members for v8::internal::interpreter::Interpreter, including all inherited members.

address_of_interpreter_entry_trampoline_instruction_start() constv8::internal::interpreter::Interpreterinline
bytecode_dispatch_counters_table()v8::internal::interpreter::Interpreterinline
bytecode_dispatch_counters_table_v8::internal::interpreter::Interpreterprivate
dispatch_table_v8::internal::interpreter::Interpreterprivate
dispatch_table_address()v8::internal::interpreter::Interpreterinline
ForEachBytecode(const std::function< void(Bytecode, OperandScale)> &f)v8::internal::interpreter::Interpreter
GetBytecodeHandler(Bytecode bytecode, OperandScale operand_scale)v8::internal::interpreter::Interpreter
GetDispatchCounter(Bytecode from, Bytecode to) constv8::internal::interpreter::Interpreterprivate
GetDispatchCountersObject()v8::internal::interpreter::Interpreter
GetDispatchTableIndex(Bytecode bytecode, OperandScale operand_scale)v8::internal::interpreter::Interpreterprivatestatic
InitDispatchCounters()v8::internal::interpreter::Interpreterprivate
Initialize()v8::internal::interpreter::Interpreter
Interpreter(Isolate *isolate)v8::internal::interpreter::Interpreterexplicit
Interpreter(const Interpreter &)=deletev8::internal::interpreter::Interpreter
interpreter_entry_trampoline_instruction_start_v8::internal::interpreter::Interpreterprivate
IsDispatchTableInitialized() constv8::internal::interpreter::Interpreter
isolate_v8::internal::interpreter::Interpreterprivate
kDispatchTableSizev8::internal::interpreter::Interpreterprivatestatic
kNumberOfBytecodesv8::internal::interpreter::Interpreterprivatestatic
kNumberOfWideVariantsv8::internal::interpreter::Interpreterprivatestatic
NewCompilationJob(ParseInfo *parse_info, FunctionLiteral *literal, Handle< Script > script, AccountingAllocator *allocator, std::vector< FunctionLiteral * > *eager_inner_literals, LocalIsolate *local_isolate)v8::internal::interpreter::Interpreterstatic
NewSourcePositionCollectionJob(ParseInfo *parse_info, FunctionLiteral *literal, Handle< BytecodeArray > existing_bytecode, AccountingAllocator *allocator, LocalIsolate *local_isolate)v8::internal::interpreter::Interpreterstatic
operator=(const Interpreter &)=deletev8::internal::interpreter::Interpreter
SetBytecodeHandler(Bytecode bytecode, OperandScale operand_scale, Tagged< Code > handler)v8::internal::interpreter::Interpreter
SetupInterpreter classv8::internal::interpreter::Interpreterfriend
v8::internal::IgnitionStatisticsTester classv8::internal::interpreter::Interpreterfriend
v8::internal::SetupIsolateDelegate classv8::internal::interpreter::Interpreterfriend
~Interpreter()=defaultv8::internal::interpreter::Interpretervirtual