Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h36 TNode<Uint32T> BytecodeOperandIdxInt32(int operand_index);
Dinterpreter-assembler.cc610 TNode<Uint32T> InterpreterAssembler::BytecodeOperandIdxInt32( in BytecodeOperandIdxInt32() function in v8::internal::interpreter::InterpreterAssembler
620 return ChangeUint32ToWord(BytecodeOperandIdxInt32(operand_index)); in BytecodeOperandIdx()
630 ChangeInt32ToIntPtr(Signed(BytecodeOperandIdxInt32(operand_index))); in BytecodeOperandIdxTaggedIndex()