Home
last modified time | relevance | path

Searched refs:OPTIONAL_LOG (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp478 OPTIONAL_LOG(ecmaVm_, INFO) << " GC after: is full mark" << IsConcurrentFullMark() in CollectGarbage()
578OPTIONAL_LOG(ecmaVm_, INFO) << " copiedRate: " << copiedRate << " promotedRate: " << promotedRate in AdjustBySurvivalRate()
588 OPTIONAL_LOG(ecmaVm_, INFO) << " Current survival rate: " << survivalRate in AdjustBySurvivalRate()
684 OPTIONAL_LOG(ecmaVm_, INFO) << "AdjustOldSpaceLimit oldSpaceAllocLimit_: " << oldSpaceAllocLimit in AdjustOldSpaceLimit()
844 OPTIONAL_LOG(ecmaVm_, INFO) << "RecomputeLimits oldSpaceAllocLimit_: " << newOldSpaceLimit in RecomputeLimits()
849OPTIONAL_LOG(ecmaVm_, INFO) << " Old space heap object size is too much lower than committed size" in RecomputeLimits()
990 OPTIONAL_LOG(ecmaVm_, INFO) << "Predict idle gc pause: " << idlePredictDuration_ << "ms"; in CalculateIdleDuration()
1041 OPTIONAL_LOG(ecmaVm_, INFO) << " fullMarkRequested, trigger full mark."; in TryTriggerConcurrentMarking()
1057 OPTIONAL_LOG(ecmaVm_, INFO) << "Trigger the first full mark"; in TryTriggerConcurrentMarking()
1066 OPTIONAL_LOG(ecmaVm_, INFO) << "Trigger full mark"; in TryTriggerConcurrentMarking()
[all …]
Dmem_controller.cpp74 OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "CalculateGrowingFactor gcSpeed" in CalculateGrowingFactor()
Dsparse_space.cpp472OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "Max evacuation size is 6_MB. The CSet region number: " in SelectCSet()
488OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "Select CSet success: number is " << collectRegionSet_.s… in SelectCSet()
Dheap-inl.h433 OPTIONAL_LOG(ecmaVm_, INFO) << "Received idle status control call back"; in InitializeIdleStatusControl()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h32 OPTIONAL_LOG = 1, enumerator
380 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::OPTIONAL_LOG) != 0; in EnableOptionalLog()
Djs_thread.cpp312 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type Primitive count:" << primitiveCount; in IterateHandleWithCheck()
317 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type " << JSHClass::DumpJSType(JSType(i)) in IterateHandleWithCheck()
Decma_macros.h29 #define OPTIONAL_LOG(vm, level) LOG_ECMA_IF(vm->IsOptionalLogEnabled(), level) macro