Searched refs:LdaGlobal (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 156 void LdaGlobal(int slot_operand_index, int name_operand_index, in LdaGlobal() function in v8::internal::interpreter::__anon75224dcd0111::InterpreterLoadGlobalAssembler 184 IGNITION_HANDLER(LdaGlobal, InterpreterLoadGlobalAssembler) { in IGNITION_HANDLER() argument 188 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, NOT_INSIDE_TYPEOF); in IGNITION_HANDLER() 199 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, INSIDE_TYPEOF); in IGNITION_HANDLER() 399 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, typeof_mode); in LookupGlobalSlot()
|
D | bytecodes.h | 59 V(LdaGlobal, AccumulatorUse::kWrite, OperandType::kIdx, OperandType::kIdx) \
|