Home
last modified time | relevance | path

Searched refs:IsAot (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.h59 bool IsAot() const in IsAot() function
Dfunction_call_timer.cpp110 CString type = stat.IsAot() ? "Aot" : "Interpreter"; in PrintAllStats()