Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp418 Label lCallNativeCpp; in GenJSCall() local
504 __ Jnb(&lCallNativeCpp); in GenJSCall()
512 __ Bind(&lCallNativeCpp); in GenJSCall()
526 __ Jnb(&lCallNativeCpp); in GenJSCall()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp468 Label lCallNativeCpp; in JSCallInternal() local
496 __ Tbz(callField, MethodLiteral::IsFastBuiltinBit::START_BIT, &lCallNativeCpp); in JSCallInternal()
503 __ Bind(&lCallNativeCpp); in JSCallInternal()
516 __ B(Condition::GE, &lCallNativeCpp); in JSCallInternal()

Completed in 6 milliseconds