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.cpp244 __ Blr(X11); in OptimizedFastCallAndPushArgv() local
325 __ Blr(X11); in JSFastCallWithArgV() local
478 __ Blr(X11); in JSFastCallWithArgVAndPushArgv() local
Doptimized_call.cpp86 __ Blr(rtfunc); in CallRuntime() local
264 __ Blr(codeAddr); in OptimizedCallAndPushArgv() local
338 __ Blr(nativeFuncAddr); in CallBuiltinTrampoline() local
390 __ Blr(builtinStub); in CallBuiltinConstructorStub() local
576 __ Blr(builtinStub); in JSCallInternal() local
1007 __ Blr(codeAddress); in JSBoundFunctionCallInternal() local
1087 __ Blr(rtfunc); in CallRuntimeWithArgv() local
Dasm_interpreter_call.cpp117 __ Blr(trampoline); in AsmInterpEntryDispatch() local
585 __ Blr(trampoline); in CallNativeWithArgv() local
683 __ Blr(nativeCode); in CallNativeInternal() local
1182 __ Blr(X15); in PreserveMostCall() local
1747 __ Blr(op); in ThrowStackOverflowExceptionAndReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp362 __ Blr(Register(X2)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp939 void AssemblerAarch64::Blr(const Register &rn) in Blr() function in panda::ecmascript::aarch64::AssemblerAarch64