Searched refs:JumpIfTaggedEqualConstant (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.h | 215 void JumpIfTaggedEqualConstant(TNode<Object> lhs, TNode<Object> rhs,
|
D | interpreter-generator.cc | 1930 JumpIfTaggedEqualConstant(accumulator, TrueConstant(), 0); in IGNITION_HANDLER() 1952 JumpIfTaggedEqualConstant(accumulator, FalseConstant(), 0); in IGNITION_HANDLER() 2032 JumpIfTaggedEqualConstant(accumulator, NullConstant(), 0); in IGNITION_HANDLER() 2068 JumpIfTaggedEqualConstant(accumulator, UndefinedConstant(), 0); in IGNITION_HANDLER()
|
D | interpreter-assembler.cc | 1137 void InterpreterAssembler::JumpIfTaggedEqualConstant(TNode<Object> lhs, in JumpIfTaggedEqualConstant() function in v8::internal::interpreter::InterpreterAssembler
|