Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.h36 TNode<Uint32T> BytecodeOperandIdxInt32(int operand_index);
H A Dinterpreter-assembler.cc589 TNode<Uint32T> InterpreterAssembler::BytecodeOperandIdxInt32( in BytecodeOperandIdxInt32() function in v8::internal::interpreter::InterpreterAssembler
599 return ChangeUint32ToWord(BytecodeOperandIdxInt32(operand_index)); in BytecodeOperandIdx()
609 ChangeInt32ToIntPtr(Signed(BytecodeOperandIdxInt32(operand_index))); in BytecodeOperandIdxTaggedIndex()

Completed in 4 milliseconds