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

/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp339 FreeBlock *CodeHeap::following_block(FreeBlock *b) { function in class:CodeHeap
359 if (following_block(a) == a->link()) {
454 best_block = following_block(best_block);
H A Dheap.hpp107 FreeBlock* following_block(FreeBlock *b);

Completed in 30 milliseconds