Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp

名前(function name)

void HeapRegionSeq::iterate(HeapRegionClosure* blk) {

本体部(body)

  {- -------------------------------------------
  (1) HeapRegionSeq::iterate_from(HeapRegion* r, HeapRegionClosure* blk) を呼び出すだけ.
      ---------------------------------------- -}

      iterate_from((HeapRegion*)NULL, blk);
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.