Home
last modified time | relevance | path

Searched defs:isAot (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.h55 …explicit FunctionCallStat(const CString &name, bool isAot) : PandaRuntimeCallerStat(name), isAot_(… in FunctionCallStat()
Dfunction_call_timer.cpp21 void FunctionCallTimer::StartCount(size_t id, bool isAot) in StartCount()
60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1255 [[maybe_unused]] bool isAot) in GetCallProfile()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3163 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer()