Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h577 JSTaggedValue FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp);
H A Decma_vm.cpp505 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp) in FastCallAot() function in panda::ecmascript::EcmaVM
H A Djs_function.cpp529 res = thread->GetEcmaVM()->FastCallAot(actualNumArgs, args.data(), prevFp); in InvokeOptimizedEntrypoint()
594 resultValue = thread->GetEcmaVM()->FastCallAot(info->GetArgsNumber(), stackArgs + 1, prevFp); in InvokeOptimizedEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2964 resultValue = thread->GetEcmaVM()->FastCallAot(size, values.data(), prevFp);

Completed in 15 milliseconds