Searched defs:isEnable (Results 1 – 5 of 5) sorted by relevance
357 ToRunningScope(ThreadHolder *holder, bool isEnable) : holder_(holder), scope_(nullptr) in ToRunningScope()
220 std::shared_ptr<PGOProfiler> PGOProfilerManager::BuildProfiler(EcmaVM* vm, bool isEnable) in BuildProfiler()280 void PGOProfilerManager::Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset()
1924 PGOProfiler::PGOProfiler(EcmaVM* vm, bool isEnable) in PGOProfiler()1946 void PGOProfiler::Reset(bool isEnable) in Reset()
34 PGOProfilerMock(EcmaVM* vm, bool isEnable): PGOProfiler(vm, isEnable) {} in PGOProfilerMock()
725 GateRef isEnable = IsEnableMutantArray(glue); in CopyWithinOptimised() local