Home
last modified time | relevance | path

Searched refs:lCall0 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp538 Label lCall0; in GenJSCall() local
552 __ Je(&lCall0); in GenJSCall()
560 __ Bind(&lCall0); in GenJSCall()
732 Label lCall0; in FastCallToAsmInterBridge() local
739 __ Je(&lCall0); in FastCallToAsmInterBridge()
755 __ Bind(&lCall0); in FastCallToAsmInterBridge()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp528 Label lCall0; in JSCallInternal() local
535 __ B(Condition::EQ, &lCall0); in JSCallInternal()
543 __ Bind(&lCall0); in JSCallInternal()
748 Label lCall0; in FastCallToAsmInterBridge() local
757 __ B(Condition::EQ, &lCall0); in FastCallToAsmInterBridge()
782 __ Bind(&lCall0); in FastCallToAsmInterBridge()

Completed in 5 milliseconds