Home
last modified time | relevance | path

Searched refs:FastCallAot (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h384 JSTaggedValue FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp);
Djs_function.cpp344 res = thread->GetEcmaVM()->FastCallAot(actualNumArgs, args.data(), prevFp); in InvokeOptimizedEntrypoint()
409 … resultValue = thread->GetEcmaVM()->FastCallAot(info->GetArgsNumber(), stackArgs + 1, prevFp); in InvokeOptimizedEntrypoint()
Decma_vm.cpp318 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *pre… in FastCallAot() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2500 resultValue = thread->GetEcmaVM()->FastCallAot(size, values.data(), prevFp); in RuntimeOptConstructGeneric()