Home
last modified time | relevance | path

Searched defs:isNotException (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2041 Branch(TaggedIsException(res), &isException, &isNotException); in GenerateCircuit() local
2082 Branch(TaggedIsException(res), &isException, &isNotException); in GenerateCircuit() local
4744 Branch(TaggedIsException(res), &isException, &isNotException); in GenerateCircuit() local
5574 BRANCH(TaggedIsException(res), &isException, &isNotException); GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4107 BRANCH(TaggedIsException(res), &isException, &isNotException); in DECLARE_ASM_HANDLER() local
4144 BRANCH(TaggedIsException(res), &isException, &isNotException); in DECLARE_ASM_HANDLER() local
4183 BRANCH(TaggedIsException(res), &isException, &isNotException); in DECLARE_ASM_HANDLER() local
5658 BRANCH(TaggedIsException(res), &isException, &isNotException); DECLARE_ASM_HANDLER() local
[all...]

Completed in 23 milliseconds