Searched refs:survived (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/events/mips/sb1/
H A Devents35 event:0x2c counters:1,2,3 um:zero minimum:500 name:BRANCH_STAGE4 :Branch survived stage 4
71 event:0x8 counters:1,2,3 um:zero minimum:500 name:LOAD_SURVIVED_STAGE4 :Load survived stage 4
72 event:0x9 counters:1,2,3 um:zero minimum:500 name:STORE_SURVIVED_STAGE4 :Store survived stage 4
73 event:0x0 counters:1,2,3 um:zero minimum:500 name:INSN_SURVIVED_STAGE7 :Instruction survived stage 7
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc2739 int survived = 0; local
2753 survived = 1;
2761 if (new_start + survived != i) {
2762 entries->set_object_at(new_start + survived, obj);
2764 Object** slot = entries->slot_at(new_start + survived);
2766 survived++;
2771 static_cast<DependentCode::DependencyGroup>(group), survived); local
2772 return survived;
2784 int survived = ClearNonLiveDependentCodeInGroup( local
2786 new_number_of_entries += survived;
[all...]
H A Dheap.h1130 inline void IncrementYoungSurvivorsCounter(int survived) { argument
1131 DCHECK(survived >= 0);
1132 survived_since_last_expansion_ += survived;
1158 // An object should be promoted if the object has survived a
1436 // For keeping track of how much data has survived

Completed in 105 milliseconds