Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc468 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(1); in IGNITION_HANDLER()
738 SmiFromInt32(UncheckedCast<Int32T>(BytecodeOperandFlag(2))); in IGNITION_HANDLER()
1781 TNode<Uint32T> literal_flag = BytecodeOperandFlag(0); in IGNITION_HANDLER()
2262 SmiFromInt32(UncheckedCast<Int32T>(BytecodeOperandFlag(2))); in IGNITION_HANDLER()
2282 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(2); in IGNITION_HANDLER()
2370 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(2); in IGNITION_HANDLER()
2430 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(1); in IGNITION_HANDLER()
2470 TNode<Uint32T> flags = BytecodeOperandFlag(2); in IGNITION_HANDLER()
Dinterpreter-assembler.h33 TNode<Uint32T> BytecodeOperandFlag(int operand_index);
Dinterpreter-assembler.cc546 TNode<Uint32T> InterpreterAssembler::BytecodeOperandFlag(int operand_index) { in BytecodeOperandFlag() function in v8::internal::interpreter::InterpreterAssembler