Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc258 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
272 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
309 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
362 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupContextSlot()
413 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupGlobalSlot()
768 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()
813 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()
2546 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()
2560 TNode<Uint32T> slots = BytecodeOperandUImm(1); in IGNITION_HANDLER()
Dinterpreter-assembler.h48 TNode<Uint32T> BytecodeOperandUImm(int operand_index);
Dinterpreter-assembler.cc555 TNode<Uint32T> InterpreterAssembler::BytecodeOperandUImm(int operand_index) { in BytecodeOperandUImm() function in v8::internal::interpreter::InterpreterAssembler
565 return ChangeUint32ToWord(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmWord()
569 return SmiFromUint32(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmSmi()