Searched refs:FastCallAot (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_vm.h | 577 JSTaggedValue FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp);
|
H A D | ecma_vm.cpp | 505 JSTaggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp) in FastCallAot() function in panda::ecmascript::EcmaVM
|
H A D | js_function.cpp | 529 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 D | runtime_stubs-inl.h | 2964 resultValue = thread->GetEcmaVM()->FastCallAot(size, values.data(), prevFp);
|
Completed in 15 milliseconds