Searched refs:CallAssemblerStub (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
H A D | extended_assembler_x64.h | 32 void CallAssemblerStub(int id, bool isTail);
|
H A D | extended_assembler_x64.cpp | 80 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::x64::ExtendedAssembler
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | extend_assembler.h | 37 void CallAssemblerStub(int id, bool isTail = false);
|
H A D | extend_assembler.cpp | 57 void ExtendedAssembler::CallAssemblerStub(int id, bool isTail) in CallAssemblerStub() function in panda::ecmascript::aarch64::ExtendedAssembler
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_call.cpp | 161 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() 165 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() 636 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in JSCallInternal() 911 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in ThrowNonCallableInternal() 1012 __ CallAssemblerStub(stubId, false); in JSBoundFunctionCallInternal() 1288 __ CallAssemblerStub(id, false); in GenJSCallWithArgV() 1428 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() 1460 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm()
|
H A D | optimized_fast_call.cpp | 61 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false);
in OptimizedFastCallEntry()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | optimized_call.cpp | 71 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry() 75 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() 1303 __ CallAssemblerStub(id, false); in GenJSCallWithArgV() 1432 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm() 1464 __ CallAssemblerStub(RTSTUB_ID(CallRuntime), false); in DeoptHandlerAsm()
|
H A D | optimized_fast_call.cpp | 54 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false);
in OptimizedFastCallEntry()
|
Completed in 8 milliseconds