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.cpp80 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::x64::ExtendedAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp57 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::aarch64::ExtendedAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp161 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() local
165 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() local
636 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in JSCallInternal() local
911 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in ThrowNonCallableInternal() local
1012 __ CallAssemblerStub(stubId, false); in JSBoundFunctionCallInternal() local
1311 __ CallAssemblerStub(id, false); in GenJSCallWithArgV() local
1451 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
1483 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
Doptimized_fast_call.cpp61 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp71 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() local
75 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() local
1316 __ CallAssemblerStub(id, false); in GenJSCallWithArgV() local
1445 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
1477 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
Doptimized_fast_call.cpp54 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry() local