Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h467 const Operator* TrapIf(TrapId trap_id); in NON_EXPORTED_BASE()
Dopcodes.h28 V(TrapIf) \
Dtyper.cc117 DECLARE_CASE(TrapIf) in Reduce()
183 DECLARE_CASE(TrapIf) in TypeNode()
Dcommon-operator.cc993 const Operator* CommonOperatorBuilder::TrapIf(TrapId trap_id) { in TrapIf() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc937 Node* node = SetControl(graph()->NewNode(mcgraph()->common()->TrapIf(trap_id), in TrapIfTrue()