Home
last modified time | relevance | path

Searched refs:lCall1 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp539 Label lCall1; in GenJSCall() local
554 __ Je(&lCall1); in GenJSCall()
571 __ Bind(&lCall1); in GenJSCall()
733 Label lCall1; in FastCallToAsmInterBridge() local
741 __ Je(&lCall1); in FastCallToAsmInterBridge()
760 __ Bind(&lCall1); in FastCallToAsmInterBridge()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp529 Label lCall1; in JSCallInternal() local
537 __ B(Condition::EQ, &lCall1); in JSCallInternal()
551 __ Bind(&lCall1); in JSCallInternal()
749 Label lCall1; in FastCallToAsmInterBridge() local
759 __ B(Condition::EQ, &lCall1); in FastCallToAsmInterBridge()
787 __ Bind(&lCall1); in FastCallToAsmInterBridge()
H A Dasm_interpreter_call.cpp1863 Label lCall1;
1900 __ B(Condition::NE, &lCall1);
1906 __ Bind(&lCall1);

Completed in 13 milliseconds