Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc185 static const int kNameOperandIndex = 0; in IGNITION_HANDLER() local
188 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, NOT_INSIDE_TYPEOF); in IGNITION_HANDLER()
196 static const int kNameOperandIndex = 0; in IGNITION_HANDLER() local
199 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, INSIDE_TYPEOF); in IGNITION_HANDLER()
391 static const int kNameOperandIndex = 0; in LookupGlobalSlot() local
399 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, typeof_mode); in LookupGlobalSlot()