Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h47 compiler::Node* BytecodeOperandImm(int operand_index);
Dinterpreter-assembler.cc439 Node* InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm() function in v8::internal::interpreter::InterpreterAssembler
448 return ChangeInt32ToIntPtr(BytecodeOperandImm(operand_index)); in BytecodeOperandImmIntPtr()
452 return SmiFromWord32(BytecodeOperandImm(operand_index)); in BytecodeOperandImmSmi()
Dinterpreter.cc2752 Node* loop_depth = __ BytecodeOperandImm(1); in DoJumpLoop()