Home
last modified time | relevance | path

Searched refs:InterpreterLoadGlobalAssembler (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-generator.cc150 class InterpreterLoadGlobalAssembler : public InterpreterAssembler { class
152 InterpreterLoadGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode, in InterpreterLoadGlobalAssembler() function in v8::internal::interpreter::__anon75224dcd0111::InterpreterLoadGlobalAssembler
184 IGNITION_HANDLER(LdaGlobal, InterpreterLoadGlobalAssembler) { in IGNITION_HANDLER() argument
195 IGNITION_HANDLER(LdaGlobalInsideTypeof, InterpreterLoadGlobalAssembler) { in IGNITION_HANDLER() argument
374 class InterpreterLookupGlobalAssembler : public InterpreterLoadGlobalAssembler {
378 : InterpreterLoadGlobalAssembler(state, bytecode, operand_scale) {} in InterpreterLookupGlobalAssembler()