Home
last modified time | relevance | path

Searched refs:OptimizedFastCallEntry (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp33 // * uint64_t OptimizedFastCallEntry(uintptr_t glue, uint32_t actualNumArgs, const JSTaggedType argV[],
41 void OptimizedFastCall::OptimizedFastCallEntry(ExtendedAssembler *assembler) in OptimizedFastCallEntry() function in panda::ecmascript::x64::OptimizedFastCall
43 __ BindAssemblerStub(RTSTUB_ID(OptimizedFastCallEntry)); in OptimizedFastCallEntry()
H A Dcommon_call.h112 static void OptimizedFastCallEntry(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp34 // * uint64_t OptimizedFastCallEntry(uintptr_t glue, uint32_t actualNumArgs, const JSTaggedType argV[],
41 void OptimizedFastCall::OptimizedFastCallEntry(ExtendedAssembler *assembler) in OptimizedFastCallEntry() function in panda::ecmascript::aarch64::OptimizedFastCall
43 __ BindAssemblerStub(RTSTUB_ID(OptimizedFastCallEntry)); in OptimizedFastCallEntry()
H A Dcommon_call.h141 static void OptimizedFastCallEntry(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h118 V(OptimizedFastCallEntry) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h555 V(OptimizedFastCallEntry) \
H A Dcall_signature.cpp1500 DEF_CALL_SIGNATURE(OptimizedFastCallEntry) in DEF_CALL_SIGNATURE()
1503 CallSignature optimizedFastCallEntry("OptimizedFastCallEntry", 0, 4, in DEF_CALL_SIGNATURE()

Completed in 9 milliseconds