Home
last modified time | relevance | path

Searched defs:fail (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h797 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException()
806 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, Gate… in HandleException()
Dslowpath_lowering.cpp3682 Label fail(&builder_); in LowerDeoptCheck() local