Home
last modified time | relevance | path

Searched refs:gcSpeed_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp535 gcSpeed_[(uint8_t)SpeedData::MARK_SPEED] = in RecordGCSpeed()
539 gcSpeed_[(uint8_t)SpeedData::EDEN_EVACUATE_SPACE_SPEED] = in RecordGCSpeed()
540 (evacuateSpeed + gcSpeed_[(uint8_t)SpeedData::EDEN_EVACUATE_SPACE_SPEED]) / 2; // 2 means half in RecordGCSpeed()
541 gcSpeed_[(uint8_t)SpeedData::EDEN_CLEAR_NATIVE_OBJ_SPEED] = in RecordGCSpeed()
542 (clearNativeSpeed + gcSpeed_[(uint8_t)SpeedData::EDEN_CLEAR_NATIVE_OBJ_SPEED]) / 2; // 2 means half in RecordGCSpeed()
545 gcSpeed_[(uint8_t)SpeedData::EDEN_UPDATE_REFERENCE_SPEED] = in RecordGCSpeed()
546 (updateReferenceSpeed + gcSpeed_[(uint8_t)SpeedData::EDEN_UPDATE_REFERENCE_SPEED]) / 2; // 2 means half in RecordGCSpeed()
550 gcSpeed_[(uint8_t)SpeedData::MARK_SPEED] = objSize / scopeDuration_[Scope::ScopeId::Mark]; in RecordGCSpeed()
552 gcSpeed_[(uint8_t)SpeedData::YOUNG_EVACUATE_SPACE_SPEED] = in RecordGCSpeed()
553 (evacuateSpeed + gcSpeed_[(uint8_ in RecordGCSpeed()
[all...]
H A Dgc_stats.h86 return gcSpeed_[(uint8_t)data]; in GetGCSpeed()
307 size_t gcSpeed_ [(uint8_t)SpeedData::NUM_OF_SPEED] = { member in panda::ecmascript::GCStats

Completed in 3 milliseconds