Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp429 Branch(HasPendingException(glue), &slowPath, &dispatch); in GenerateCircuit() local
1471 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local
2660 Branch(HasPendingException(glue), &slowPath, &dispatch); GenerateCircuit() local
3688 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local
3909 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local
3999 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp557 BRANCH(HasPendingException(glue), &slowPath, &dispatch); in DECLARE_ASM_HANDLER() local
610 BRANCH(HasPendingException(glue), &slowPath, &dispatch); in DECLARE_ASM_HANDLER() local
3582 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local
4658 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local
4731 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local
4802 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local
6017 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1147 Label dispatch; in ResumeRspAndDispatch() local
1430 Label dispatch; in ResumeCaughtFrameAndDispatch() local

Completed in 19 milliseconds