Searched defs:isAot (Results 1 – 8 of 8) sorted by relevance
16 let isAot = false; variable
23 let isAot = ArkTools.isAOTCompiled(f); variable
55 …explicit FunctionCallStat(const CString &name, bool isAot) : PandaRuntimeCallerStat(name), isAot_(… in FunctionCallStat()
21 void FunctionCallTimer::StartCount(size_t id, bool isAot) in StartCount()60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer()
265 int PGOTypeManager::GetHolderHIndexByPGOObjectInfoType(pgo::PGOObjectInfo type, bool isAot) in GetHolderHIndexByPGOObjectInfoType()279 int PGOTypeManager::GetReceiverHIndexByPGOObjectInfoType(pgo::PGOObjectInfo type, bool isAot) in GetReceiverHIndexByPGOObjectInfoType()
1419 [[maybe_unused]] bool isAot) in GetCallProfile()
3642 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer()