Searched refs:BytecodeOperandFlag (Results 1 – 3 of 3) sorted by relevance
468 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()
33 TNode<Uint32T> BytecodeOperandFlag(int operand_index);
546 TNode<Uint32T> InterpreterAssembler::BytecodeOperandFlag(int operand_index) { in BytecodeOperandFlag() function in v8::internal::interpreter::InterpreterAssembler