Home
last modified time | relevance | path

Searched refs:IsLoaded (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h117 bool IsLoaded() const in IsLoaded() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp30 …(profilerDecoder_.IsLoaded() || vm_->GetJSThread()->GetCurrentEcmaContext()->GetTSManager()->Asser… in ShouldCollect()
Dcompilation_driver.h47 return pfDecoder_.IsLoaded(); in IsPGOLoaded()