Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h615 void VisitTrapIf(Node* node, TrapId trap_id);
Dinstruction-selector.cc1433 return VisitTrapIf(node, TrapIdOf(node->op())); in VisitNode()
3139 void InstructionSelector::VisitTrapIf(Node* node, TrapId trap_id) { in VisitTrapIf() function in v8::internal::compiler::InstructionSelector