Searched refs:BytecodeOperandIdxInt32 (Results 1 – 2 of 2) sorted by relevance
36 TNode<Uint32T> BytecodeOperandIdxInt32(int operand_index);
610 TNode<Uint32T> InterpreterAssembler::BytecodeOperandIdxInt32( in BytecodeOperandIdxInt32() function in v8::internal::interpreter::InterpreterAssembler620 return ChangeUint32ToWord(BytecodeOperandIdxInt32(operand_index)); in BytecodeOperandIdx()630 ChangeInt32ToIntPtr(Signed(BytecodeOperandIdxInt32(operand_index))); in BytecodeOperandIdxTaggedIndex()