Searched defs:dispatch (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 429 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 D | interpreter_stub.cpp | 557 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 D | asm_interpreter_call.cpp | 1147 Label dispatch; in ResumeRspAndDispatch() local 1430 Label dispatch; in ResumeCaughtFrameAndDispatch() local
|
Completed in 19 milliseconds