Searched refs:OPTIONAL_LOG (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap.cpp | 478 OPTIONAL_LOG(ecmaVm_, INFO) << " GC after: is full mark" << IsConcurrentFullMark() in CollectGarbage() 578 … OPTIONAL_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() 849 … OPTIONAL_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 …]
|
D | mem_controller.cpp | 74 OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "CalculateGrowingFactor gcSpeed" in CalculateGrowingFactor()
|
D | sparse_space.cpp | 472 … OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "Max evacuation size is 6_MB. The CSet region number: " in SelectCSet() 488 …OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "Select CSet success: number is " << collectRegionSet_.s… in SelectCSet()
|
D | heap-inl.h | 433 OPTIONAL_LOG(ecmaVm_, INFO) << "Received idle status control call back"; in InitializeIdleStatusControl()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_runtime_options.h | 32 OPTIONAL_LOG = 1, enumerator 380 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::OPTIONAL_LOG) != 0; in EnableOptionalLog()
|
D | js_thread.cpp | 312 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type Primitive count:" << primitiveCount; in IterateHandleWithCheck() 317 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type " << JSHClass::DumpJSType(JSType(i)) in IterateHandleWithCheck()
|
D | ecma_macros.h | 29 #define OPTIONAL_LOG(vm, level) LOG_ECMA_IF(vm->IsOptionalLogEnabled(), level) macro
|