Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h215 void JumpIfTaggedEqualConstant(TNode<Object> lhs, TNode<Object> rhs,
Dinterpreter-generator.cc1930 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()
Dinterpreter-assembler.cc1137 void InterpreterAssembler::JumpIfTaggedEqualConstant(TNode<Object> lhs, in JumpIfTaggedEqualConstant() function in v8::internal::interpreter::InterpreterAssembler