Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc247 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
261 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
298 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
351 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupContextSlot()
402 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupGlobalSlot()
750 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()
795 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()
2524 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()
2538 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()
Dinterpreter-assembler.h48 TNode<Uint32T> BytecodeOperandUImm(int operand_index);
Dinterpreter-assembler.cc576 TNode<Uint32T> InterpreterAssembler::BytecodeOperandUImm(int operand_index) { in BytecodeOperandUImm() function in v8::internal::interpreter::InterpreterAssembler
586 return ChangeUint32ToWord(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmWord()
590 return SmiFromUint32(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmSmi()