Home
last modified time | relevance | path

Searched defs:CallAssemblerStub (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp78 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::x64::ExtendedAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp55 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::aarch64::ExtendedAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp159 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() local
163 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushUndefined), false); in JSFunctionEntry() local
527 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in JSCallInternal() local
579 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in ThrowNonCallableInternal() local
674 __ CallAssemblerStub(stubId, false); in JSBoundFunctionCallInternal() local
987 __ CallAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined), false); in GenJSCallWithArgV() local
989 __ CallAssemblerStub(RTSTUB_ID(CallOptimized), false); in GenJSCallWithArgV() local
1124 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
1156 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
Doptimized_fast_call.cpp62 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp72 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() local
76 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushUndefined), false); in JSFunctionEntry() local
997 __ CallAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined), false); in GenJSCallWithArgV() local
999 __ CallAssemblerStub(RTSTUB_ID(CallOptimized), false); in GenJSCallWithArgV() local
1125 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
1157 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
Doptimized_fast_call.cpp55 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry() local