Home
last modified time | relevance | path

Searched defs:Blr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp231 __ Blr(X11); in OptimizedFastCallAndPushUndefined() local
312 __ Blr(X11); in JSFastCallWithArgV() local
454 __ Blr(X11); in JSFastCallWithArgVAndPushUndefined() local
Doptimized_call.cpp87 __ Blr(rtfunc); in CallRuntime() local
257 __ Blr(codeAddr); in OptimizedCallAndPushUndefined() local
329 __ Blr(nativeFuncAddr); in CallBuiltinTrampoline() local
472 __ Blr(builtinStub); in JSCallInternal() local
669 __ Blr(codeAddress); in JSBoundFunctionCallInternal() local
767 __ Blr(rtfunc); in CallRuntimeWithArgv() local
Dasm_interpreter_call.cpp117 __ Blr(trampoline); in AsmInterpEntryDispatch() local
540 __ Blr(trampoline); in CallNativeWithArgv() local
625 __ Blr(nativeCode); in CallNativeInternal() local
1281 __ Blr(op); in ThrowStackOverflowExceptionAndReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp369 __ Blr(Register(X2)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp930 void AssemblerAarch64::Blr(const Register &rn) in Blr() function in panda::ecmascript::aarch64::AssemblerAarch64