Home
last modified time | relevance | path

Searched defs:isEnable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h96 std::shared_ptr<PGOProfiler> Build(EcmaVM *vm, bool isEnable) in Build()
129 void Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset()
Dpgo_profiler.cpp1905 PGOProfiler::PGOProfiler(EcmaVM* vm, bool isEnable) in PGOProfiler()
1918 void PGOProfiler::Reset(bool isEnable) in Reset()