Top


定義場所(file name)

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

名前(function name)

void G1CollectedHeap::heap_region_iterate(HeapRegionClosure* cl) {

本体部(body)

  {- -------------------------------------------
  (1) HeapRegionSeq::iterate() を呼び出すだけ.
      ---------------------------------------- -}

      _hrs->iterate(cl);
    }

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