Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h357 ToRunningScope(ThreadHolder *holder, bool isEnable) : holder_(holder), scope_(nullptr) in ToRunningScope()
Dpgo_profiler_manager.cpp220 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()
Dpgo_profiler.cpp1924 PGOProfiler::PGOProfiler(EcmaVM* vm, bool isEnable) in PGOProfiler()
1946 void PGOProfiler::Reset(bool isEnable) in Reset()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test_one.cpp34 PGOProfilerMock(EcmaVM* vm, bool isEnable): PGOProfiler(vm, isEnable) {} in PGOProfilerMock()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp725 GateRef isEnable = IsEnableMutantArray(glue); in CopyWithinOptimised() local