Searched defs:Blr (Results 1 – 5 of 5) sorted by relevance
244 __ Blr(X11); in OptimizedFastCallAndPushArgv() local325 __ Blr(X11); in JSFastCallWithArgV() local478 __ Blr(X11); in JSFastCallWithArgVAndPushArgv() local
86 __ Blr(rtfunc); in CallRuntime() local264 __ Blr(codeAddr); in OptimizedCallAndPushArgv() local338 __ Blr(nativeFuncAddr); in CallBuiltinTrampoline() local390 __ Blr(builtinStub); in CallBuiltinConstructorStub() local576 __ Blr(builtinStub); in JSCallInternal() local1007 __ Blr(codeAddress); in JSBoundFunctionCallInternal() local1087 __ Blr(rtfunc); in CallRuntimeWithArgv() local
117 __ Blr(trampoline); in AsmInterpEntryDispatch() local585 __ Blr(trampoline); in CallNativeWithArgv() local683 __ Blr(nativeCode); in CallNativeInternal() local1182 __ Blr(X15); in PreserveMostCall() local1747 __ Blr(op); in ThrowStackOverflowExceptionAndReturn() local
362 __ Blr(Register(X2)); in HWTEST_F_L0() local
939 void AssemblerAarch64::Blr(const Register &rn) in Blr() function in panda::ecmascript::aarch64::AssemblerAarch64