Home
last modified time | relevance | path

Searched refs:IsEnabled (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/trace/
H A Dtrace.h37 static inline bool IsEnabled() in IsEnabled() function
44 if (UNLIKELY(IsEnabled())) { in BeginTracePoint()
51 if (UNLIKELY(IsEnabled())) { in EndTracePoint()
58 if (UNLIKELY(IsEnabled())) { in IntTracePoint()
65 if (UNLIKELY(IsEnabled())) { in Int64TracePoint()
124 UNLIKELY(::panda::trace::IsEnabled()) && ::panda::trace::internal::ScopeTraceStremHelperBegin().GetStream()
/arkcompiler/runtime_core/static_core/libpandabase/trace/
H A Dtrace.h34 inline bool IsEnabled() in IsEnabled() function
41 if (UNLIKELY(IsEnabled())) { in BeginTracePoint()
48 if (UNLIKELY(IsEnabled())) { in EndTracePoint()
55 if (UNLIKELY(IsEnabled())) { in IntTracePoint()
62 if (UNLIKELY(IsEnabled())) { in Int64TracePoint()
121 UNLIKELY(::ark::trace::IsEnabled()) && ::ark::trace::internal::ScopeTraceStremHelperBegin().GetStream()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_first_test.cpp74 EXPECT_TRUE(heap->GetConcurrentMarker()->IsEnabled()); in HWTEST_F_L0()
87 EXPECT_FALSE(heap->GetConcurrentMarker()->IsEnabled()); in HWTEST_F_L0()
100 EXPECT_TRUE(heap->GetConcurrentMarker()->IsEnabled()); in HWTEST_F_L0()
114 EXPECT_FALSE(heap->GetConcurrentMarker()->IsEnabled()); in HWTEST_F_L0()
122 EXPECT_FALSE(heap->GetConcurrentMarker()->IsEnabled()); in HWTEST_F_L0()
143 EXPECT_FALSE(heap->GetConcurrentMarker()->IsEnabled()); in HWTEST_F_L0()
H A Dconcurrent_marking_test.cpp88 if (heap->GetConcurrentMarker()->IsEnabled()) { in HWTEST_F_L0()
128 if (heap->GetConcurrentMarker()->IsEnabled()) { in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp45 bool IsEnabled(Config const *config) in IsEnabled() function
48 return config->opts.IsEnabled(); in IsEnabled()
152 if (!IsEnabled(mode)) { in CheckBeforeVerification()
H A Dverification_options.h77 bool IsEnabled() const in IsEnabled() function
H A Dpublic.h36 bool IsEnabled(Config const *config);
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dpt_hook_type_info.h34 bool IsEnabled(const PtHookType type) const in IsEnabled() function in ark::tooling::PtHookTypeInfo
H A Dpt_hooks_wrapper.h451 return globalHookTypeInfo_.IsEnabled(type); in GlobalHookIsEnabled()
464 return managedThread->GetPtThreadInfo()->GetHookTypeInfo().IsEnabled(type); in HookIsEnabled()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.cpp31 if (!IsEnabled()) { in StartInterval()
42 if (!IsEnabled()) { in FinishInterval()
H A Dcoroutine_stats.h109 bool IsEnabled() const in IsEnabled() function in ark::CoroutineStatsBase
H A Dstackful_coroutine_manager.cpp45 bool isStatsEnabled = stats_.IsEnabled(); in CreateWorkers()
586 if (stats_.IsEnabled()) { in MainCoroutineCompleted()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.h36 bool IsEnabled() const in IsEnabled() function in panda::ecmascript::SharedConcurrentMarker
H A Dshared_concurrent_marker.cpp34 if (IsEnabled() && !dThread_->IsReadyToConcurrentMark() && type == EnableConcurrentMarkType::DISABLE) { in EnableConcurrentMarking()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.h62 bool IsEnabled() const in IsEnabled() function in ark::mem::GcHung
H A Dgc_hung.cpp263 if (!instance_->IsEnabled() || !instance_->IsReady()) { in Start()
275 if (!instance_->IsEnabled() || !instance_->IsReady()) { in Check()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp184 sConcurrentMarker_ != nullptr && sConcurrentMarker_->IsEnabled(); in CheckCanTriggerConcurrentMarking()
429 if (sConcurrentMarker_->IsEnabled() && !dThread_->IsReadyToConcurrentMark() && in CheckOngoingConcurrentMarking()
1077 if (concurrentMarker_->IsEnabled() && !thread_->IsReadyToConcurrentMark()) { in SelectGCType()
1145 if (!concurrentMarker_->IsEnabled() && !incrementalMarker_->IsTriggeredIncrementalMark()) { in CollectGarbage()
1159 if (!concurrentMarker_->IsEnabled() && !incrementalMarker_->IsTriggeredIncrementalMark()) { in CollectGarbage()
1171 if (concurrentMarker_->IsEnabled() && in CollectGarbage()
1176 if (concurrentMarker_->IsEnabled() && markType_ == MarkType::MARK_YOUNG) { in CollectGarbage()
1731 if (concurrentMarker_->IsEnabled() && !thread_->IsReadyToConcurrentMark() && in CheckOngoingConcurrentMarking()
1867 return concurrentMarker_->IsEnabled() && thread_->IsReadyToConcurrentMark() && in CheckCanTriggerConcurrentMarking()
2003 if (concurrentMarker_->IsEnabled()) {
[all...]
H A Dconcurrent_marker.h75 bool IsEnabled() const in IsEnabled() function in panda::ecmascript::ConcurrentMarker
H A Dconcurrent_marker.cpp40 if (IsEnabled() && !thread_->IsReadyToConcurrentMark() && type == EnableConcurrentMarkType::DISABLE) { in EnableConcurrentMarking()
H A Didle_gc_trigger.cpp61 if (heap_->GetConcurrentMarker()->IsEnabled() && heap_->CheckCanTriggerConcurrentMarking()) { in TryTriggerLocalConcurrentMark()
H A Dmem_controller.cpp188 if (heap_->GetConcurrentMarker()->IsEnabled()) { in StopCalculationAfterGC()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_options.h31 static inline bool IsEnabled(VerificationMode mode) in IsEnabled() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.h100 bool IsEnabled() const in IsEnabled() function in ark::compiler::Disassembly
H A Ddisassembly.cpp58 if (!IsEnabled()) { in Init()
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp162 if (verif_opts.IsEnabled()) { in ExecutePandaFile()

Completed in 16 milliseconds

12