Searched refs:free_list (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp161 BitBlock* free_list = (BitBlock*)compile->indexSet_free_block_list(); local
162 if (free_list == NULL) {
164 free_list = (BitBlock*)compile->indexSet_free_block_list();
166 BitBlock *block = free_list;
H A DbuildOopMap.cpp588 OopFlow *free_list = NULL; // Free, unused local
642 // from the free_list and clone data.
662 if( !free_list )
663 free_list = OopFlow::make(A,max_reg,C);
664 flow = free_list;
666 free_list = flow->_next;
H A Dpostaloc.cpp408 // We keep unused Node_Lists on a free_list to avoid wasting
410 GrowableArray<Node_List*> free_list = GrowableArray<Node_List*>(16); local
446 free_list.push(blk2value[pb->_pre_order]);
447 free_list.push(blk2regnd[pb->_pre_order]);
457 Node_List &regnd = *(free_list.is_empty() ? new Node_List() : free_list.pop());
458 Node_List &value = *(free_list.is_empty() ? new Node_List() : free_list.pop());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp494 // new_region() didn't find a region on the free_list, this call will
854 FreeRegionList* free_list,
866 FreeRegionList* free_list,
1321 FreeRegionList* free_list,
1332 FreeRegionList* free_list,
H A Dg1CollectedHeap.cpp540 // secondary_free_list. Let's move them to the free_list and try
545 "empty we should have moved at least one entry to the free_list");
1888 // could instead use the remove_all_pending() method on free_list to
3874 // free_list. No need to wait for the cleanup operation to finish;
5816 FreeRegionList* free_list,
5824 free_humongous_region(hr, pre_used, free_list, humongous_proxy_set, par);
5827 free_region(hr, pre_used, free_list, par);
5836 FreeRegionList* free_list,
5840 assert(free_list != NULL, "pre-condition");
5850 free_list
5814 free_region_if_empty(HeapRegion* hr, size_t* pre_used, FreeRegionList* free_list, OldRegionSet* old_proxy_set, HumongousRegionSet* humongous_proxy_set, HRRSCleanupTask* hrrs_cleanup_task, bool par) argument
5834 free_region(HeapRegion* hr, size_t* pre_used, FreeRegionList* free_list, bool par) argument
5853 free_humongous_region(HeapRegion* hr, size_t* pre_used, FreeRegionList* free_list, HumongousRegionSet* humongous_proxy_set, bool par) argument
5886 update_sets_after_freeing_regions(size_t pre_used, FreeRegionList* free_list, OldRegionSet* old_proxy_set, HumongousRegionSet* humongous_proxy_set, bool par) argument
6290 RebuildRegionSetsClosure(bool free_list_only, OldRegionSet* old_set, FreeRegionList* free_list) argument
6494 VerifyRegionListsClosure(OldRegionSet* old_set, HumongousRegionSet* humongous_set, FreeRegionList* free_list) argument
[all...]

Completed in 82 milliseconds