Searched defs:isAot (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
H A D | function_call_timer.h | 55 explicit FunctionCallStat(const CString &name, bool isAot) : PandaRuntimeCallerStat(name), isAot_(isAot) {} in FunctionCallStat() argument
|
H A D | function_call_timer.cpp | 21 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 D | pgo_type_manager.cpp | 264 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 D | runtime_stubs.cpp | 3693 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | runtime_interface.h | 1438 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