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.cpp56 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::aarch64::ExtendedAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp152 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() local
156 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() local
630 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in JSCallInternal() local
907 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in ThrowNonCallableInternal() local
1009 __ CallAssemblerStub(stubId, false); in JSBoundFunctionCallInternal() local
1308 __ CallAssemblerStub(id, false); in GenJSCallWithArgV() local
1442 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptEnterAsmInterpOrBaseline() local
1548 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
1580 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
Doptimized_fast_call.cpp51 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp62 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() local
66 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() local
1312 __ CallAssemblerStub(id, false); in GenJSCallWithArgV() local
1445 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptEnterAsmInterpOrBaseline() local
1544 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
1576 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() local
Doptimized_fast_call.cpp44 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry() local