Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp42 void OptimizedFastCall::OptimizedFastCallEntry(ExtendedAssembler *assembler) in OptimizedFastCallEntry() function in panda::ecmascript::x64::OptimizedFastCall
44 __ BindAssemblerStub(RTSTUB_ID(OptimizedFastCallEntry)); in OptimizedFastCallEntry()
Dcommon_call.h95 static void OptimizedFastCallEntry(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h123 static void OptimizedFastCallEntry(ExtendedAssembler *assembler);
Doptimized_fast_call.cpp42 void OptimizedFastCall::OptimizedFastCallEntry(ExtendedAssembler *assembler) in OptimizedFastCallEntry() function in panda::ecmascript::aarch64::OptimizedFastCall
44 __ BindAssemblerStub(RTSTUB_ID(OptimizedFastCallEntry)); in OptimizedFastCallEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h447 V(OptimizedFastCallEntry) \
Dcall_signature.cpp1032 DEF_CALL_SIGNATURE(OptimizedFastCallEntry) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h90 V(OptimizedFastCallEntry) \