Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc210 static const int kSlotOperandIndex = 1; in IGNITION_HANDLER() local
212 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, TypeofMode::kNotInside); in IGNITION_HANDLER()
221 static const int kSlotOperandIndex = 1; in IGNITION_HANDLER() local
223 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, TypeofMode::kInside); in IGNITION_HANDLER()
423 static const int kSlotOperandIndex = 1; in LookupGlobalSlot() local
430 LdaGlobal(kSlotOperandIndex, kNameOperandIndex, typeof_mode); in LookupGlobalSlot()
1391 const int kSlotOperandIndex = in JSCallN() local
1400 TNode<UintPtrT> slot_id = BytecodeOperandIdx(kSlotOperandIndex); in JSCallN()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc361 static const int kSlotOperandIndex = 1; in VisitLdaGlobal() local
366 feedback(), GetSlotOperand(kSlotOperandIndex))); in VisitLdaGlobal()