Home
last modified time | relevance | path

Searched defs:isAot (Results 1 – 3 of 3) 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/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2446 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer()