Searched defs:Blr (Results 1 – 5 of 5) sorted by relevance
231 __ Blr(X11); in OptimizedFastCallAndPushUndefined() local312 __ Blr(X11); in JSFastCallWithArgV() local454 __ Blr(X11); in JSFastCallWithArgVAndPushUndefined() local
87 __ Blr(rtfunc); in CallRuntime() local257 __ Blr(codeAddr); in OptimizedCallAndPushUndefined() local329 __ Blr(nativeFuncAddr); in CallBuiltinTrampoline() local472 __ Blr(builtinStub); in JSCallInternal() local669 __ Blr(codeAddress); in JSBoundFunctionCallInternal() local767 __ Blr(rtfunc); in CallRuntimeWithArgv() local
117 __ Blr(trampoline); in AsmInterpEntryDispatch() local540 __ Blr(trampoline); in CallNativeWithArgv() local625 __ Blr(nativeCode); in CallNativeInternal() local1281 __ Blr(op); in ThrowStackOverflowExceptionAndReturn() local
369 __ Blr(Register(X2)); in HWTEST_F_L0() local
930 void AssemblerAarch64::Blr(const Register &rn) in Blr() function in panda::ecmascript::aarch64::AssemblerAarch64