Searched refs:TrapIf (Results 1 – 5 of 5) sorted by relevance
467 const Operator* TrapIf(TrapId trap_id); in NON_EXPORTED_BASE()
28 V(TrapIf) \
117 DECLARE_CASE(TrapIf) in Reduce()183 DECLARE_CASE(TrapIf) in TypeNode()
993 const Operator* CommonOperatorBuilder::TrapIf(TrapId trap_id) { in TrapIf() function in v8::internal::compiler::CommonOperatorBuilder
937 Node* node = SetControl(graph()->NewNode(mcgraph()->common()->TrapIf(trap_id), in TrapIfTrue()