Home
last modified time | relevance | path

Searched refs:TrapIf (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h495 const Operator* TrapIf(TrapId trap_id); in NON_EXPORTED_BASE()
Dopcodes.h28 V(TrapIf) \
Dcommon-operator.cc997 const Operator* CommonOperatorBuilder::TrapIf(TrapId trap_id) { in TrapIf() function in v8::internal::compiler::CommonOperatorBuilder
Dtyper.cc118 DECLARE_IMPOSSIBLE_CASE(TrapIf) in TypeNode()
Dmachine-operator-reducer.cc2287 common()->TrapIf(TrapIdOf(node->op()))); in SimplifyBranch()
Dwasm-compiler.cc1498 Node* node = SetControl(graph()->NewNode(mcgraph()->common()->TrapIf(trap_id), in TrapIfTrue()