Home
last modified time | relevance | path

Searched refs:JumpConditionalByImmediateOperand (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h379 void JumpConditionalByImmediateOperand(TNode<BoolT> condition,
Dinterpreter-assembler.cc1100 void InterpreterAssembler::JumpConditionalByImmediateOperand( in JumpConditionalByImmediateOperand() function in v8::internal::interpreter::InterpreterAssembler
1134 JumpConditionalByImmediateOperand(TaggedEqual(lhs, rhs), operand_index); in JumpIfTaggedEqual()
1152 JumpConditionalByImmediateOperand(TaggedNotEqual(lhs, rhs), operand_index); in JumpIfTaggedNotEqual()