Searched defs:isEnable (Results 1 – 4 of 4) sorted by relevance
215 std::shared_ptr<PGOProfiler> PGOProfilerManager::BuildProfiler(EcmaVM* vm, bool isEnable) in BuildProfiler()272 void PGOProfilerManager::Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset()
1845 PGOProfiler::PGOProfiler(EcmaVM* vm, bool isEnable) in PGOProfiler()1864 void PGOProfiler::Reset(bool isEnable) in Reset()
34 PGOProfilerMock(EcmaVM* vm, bool isEnable): PGOProfiler(vm, isEnable) {} in PGOProfilerMock()
723 GateRef isEnable = IsEnableMutantArray(glue); in CopyWithinOptimised() local