Home
last modified time | relevance | path

Searched refs:OPTIONAL_LOG (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1226 OPTIONAL_LOG(ecmaVm_, INFO) << " GC after: is full mark" << IsConcurrentFullMark() in CollectGarbage()
1389 OPTIONAL_LOG(ecmaVm_, INFO) << " copiedRate: " << copiedRate << " promotedRate: " << promotedRate in AdjustBySurvivalRate()
1403 OPTIONAL_LOG(ecmaVm_, INFO) << " Current survival rate: " << survivalRate in AdjustBySurvivalRate()
1498 OPTIONAL_LOG(ecmaVm_, INFO) << "AdjustOldSpaceLimit oldSpaceAllocLimit_: " << oldSpaceAllocLimit in AdjustOldSpaceLimit()
1640 OPTIONAL_LOG(ecmaVm_, INFO) << "RecomputeLimits oldSpaceAllocLimit_: " << newOldSpaceLimit in RecomputeLimits()
1645 OPTIONAL_LOG(ecmaVm_, INFO) << " Old space heap object size is too much lower than committed size" in RecomputeLimits()
1836 OPTIONAL_LOG(ecmaVm_, INFO) << "Predict idle gc pause: " << idlePredictDuration_ << "ms"; in CalculateIdleDuration()
1887 OPTIONAL_LOG(ecmaVm_, INFO) << " fullMarkRequested, trigger full mark."; in TryTriggerConcurrentMarking()
1903 OPTIONAL_LOG(ecmaVm_, INFO) << "Trigger the first full mark"; in TryTriggerConcurrentMarking()
1912 OPTIONAL_LOG(ecmaVm in TryTriggerConcurrentMarking()
[all...]
H A Dmem_controller.cpp73 OPTIONAL_LOG(heap_->GetEcmaVM(), INFO) << "CalculateGrowingFactor gcSpeed" in CalculateGrowingFactor()
H A Dheap-inl.h749 OPTIONAL_LOG(ecmaVm_, INFO) << "Received idle status control call back"; in InitializeIdleStatusControl()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp450 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type Primitive count:" << primitiveCount; in IterateHandleWithCheck()
455 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type " << JSHClass::DumpJSType(JSType(i)) in IterateHandleWithCheck()
H A Djs_runtime_options.h40 OPTIONAL_LOG = 1, enumerator
497 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::OPTIONAL_LOG) != 0; in EnableOptionalLog()
H A Decma_macros.h29 #define OPTIONAL_LOG(vm, level) LOG_ECMA_IF(vm->IsOptionalLogEnabled(), level) macro

Completed in 13 milliseconds