Searched defs:weak_collection_obj (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc2797 Object* weak_collection_obj = heap()->encountered_weak_collections(); local
2798 while (weak_collection_obj != Smi::FromInt(0)) {
2800 reinterpret_cast<JSWeakCollection*>(weak_collection_obj);
2817 weak_collection_obj = weak_collection->next();
2825 Object* weak_collection_obj = heap()->encountered_weak_collections(); local
2826 while (weak_collection_obj != Smi::FromInt(0)) {
2828 reinterpret_cast<JSWeakCollection*>(weak_collection_obj);
2839 weak_collection_obj = weak_collection->next();
2849 Object* weak_collection_obj = heap()->encountered_weak_collections(); local
2850 while (weak_collection_obj !
[all...]

Completed in 153 milliseconds