Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc2005 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2025 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2051 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2076 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2107 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2138 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2158 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2178 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2198 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
2219 Node* relative_jump = BytecodeOperandUImmWord(0); in IGNITION_HANDLER()
[all …]
Dinterpreter-assembler.h46 compiler::Node* BytecodeOperandUImmWord(int operand_index);
Dinterpreter-assembler.cc561 Node* InterpreterAssembler::BytecodeOperandUImmWord(int operand_index) { in BytecodeOperandUImmWord() function in v8::internal::interpreter::InterpreterAssembler