Home
last modified time | relevance | path

Searched refs:CallAssemblerStub (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dextended_assembler_x64.h32 void CallAssemblerStub(int id, bool isTail);
H A 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/
H A Dextend_assembler.h37 void CallAssemblerStub(int id, bool isTail = false);
H A 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/
H A Doptimized_call.cpp161 __ 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 Doptimized_fast_call.cpp61 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp71 __ 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 Doptimized_fast_call.cpp54 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry()

Completed in 8 milliseconds