Home
last modified time | relevance | path

Searched defs:isAot (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dfunction_call_timer.h55 explicit FunctionCallStat(const CString &name, bool isAot) : PandaRuntimeCallerStat(name), isAot_(isAot) {} in FunctionCallStat() argument
H A Dfunction_call_timer.cpp21 void FunctionCallTimer::StartCount(size_t id, bool isAot) in StartCount() argument
60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp264 int PGOTypeManager::GetHolderHIndexByPGOObjectInfoType(pgo::PGOObjectInfo type, bool isAot) in GetHolderHIndexByPGOObjectInfoType() argument
278 int PGOTypeManager::GetReceiverHIndexByPGOObjectInfoType(pgo::PGOObjectInfo type, bool isAot) in GetReceiverHIndexByPGOObjectInfoType() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3693 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1438 GetCallProfile([[maybe_unused]] MethodPtr profile, [[maybe_unused]] uint32_t pc, [[maybe_unused]] ArenaVector<uintptr_t> *methods, [[maybe_unused]] bool isAot) GetCallProfile() argument

Completed in 15 milliseconds