Searched refs:FastCallAot (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 384 JSTaggedValue FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp);
|
D | js_function.cpp | 344 res = thread->GetEcmaVM()->FastCallAot(actualNumArgs, args.data(), prevFp); in InvokeOptimizedEntrypoint() 409 … resultValue = thread->GetEcmaVM()->FastCallAot(info->GetArgsNumber(), stackArgs + 1, prevFp); in InvokeOptimizedEntrypoint()
|
D | ecma_vm.cpp | 318 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *pre… in FastCallAot() function in panda::ecmascript::EcmaVM
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 2500 resultValue = thread->GetEcmaVM()->FastCallAot(size, values.data(), prevFp); in RuntimeOptConstructGeneric()
|