Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc360 static const int kNameOperandIndex = 0; in VisitLdaGlobal() local
363 compiler::NameRef name = GetRefOperand<Name>(kNameOperandIndex); in VisitLdaGlobal()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc209 static const int kNameOperandIndex = 0; in IGNITION_HANDLER() local
212 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, TypeofMode::kNotInside); in IGNITION_HANDLER()
220 static const int kNameOperandIndex = 0; in IGNITION_HANDLER() local
223 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, TypeofMode::kInside); in IGNITION_HANDLER()
422 static const int kNameOperandIndex = 0; in LookupGlobalSlot() local
430 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, typeof_mode); in LookupGlobalSlot()