Searched defs:isEnable (Results 1 – 2 of 2) sorted by relevance
96 std::shared_ptr<PGOProfiler> Build(EcmaVM *vm, bool isEnable) in Build()128 void Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset()
1496 PGOProfiler::PGOProfiler(EcmaVM *vm, bool isEnable) : vm_(vm), isEnable_(isEnable) in PGOProfiler()1511 void PGOProfiler::Reset(bool isEnable) in Reset()