Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc186 static const int kSlotOperandIndex = 1; in IGNITION_HANDLER() local
188 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, NOT_INSIDE_TYPEOF); in IGNITION_HANDLER()
197 static const int kSlotOperandIndex = 1; in IGNITION_HANDLER() local
199 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, INSIDE_TYPEOF); in IGNITION_HANDLER()
392 static const int kSlotOperandIndex = 1; in LookupGlobalSlot() local
399 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, typeof_mode); in LookupGlobalSlot()
1512 const int kSlotOperandIndex = in JSCallN() local
1516 Node* slot_id = BytecodeOperandIdx(kSlotOperandIndex); in JSCallN()