Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc159 Node* feedback_slot = BytecodeOperandIdx(slot_operand_index); in LdaGlobal()
212 Node* raw_slot = BytecodeOperandIdx(1); in IGNITION_HANDLER()
226 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER()
240 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER()
252 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER()
263 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER()
277 Node* slot_index = BytecodeOperandIdx(1); in IGNITION_HANDLER()
290 Node* slot_index = BytecodeOperandIdx(0); in IGNITION_HANDLER()
330 Node* slot_index = BytecodeOperandIdx(1); in LookupContextSlot()
493 Node* feedback_slot = BytecodeOperandIdx(2); in IGNITION_HANDLER()
[all …]
Dinterpreter-assembler.h37 compiler::Node* BytecodeOperandIdx(int operand_index);
Dinterpreter-assembler.cc593 Node* InterpreterAssembler::BytecodeOperandIdx(int operand_index) { in BytecodeOperandIdx() function in v8::internal::interpreter::InterpreterAssembler
598 return SmiTag(BytecodeOperandIdx(operand_index)); in BytecodeOperandIdxSmi()
1773 Node* slot_index = BytecodeOperandIdx(0); in ToNumberOrNumeric()