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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp146 char* area_top; member in class:ThreadProfiler
H A Dfprofiler.cpp74 area_top = area_bottom;
86 area_top = NULL;
377 void* result = (void*) tp->area_top;
378 tp->area_top += size;
380 if (tp->area_top > tp->area_limit) {
1479 tty->print_cr("Node area used: %dKb", (area_top - area_bottom) / 1024);

Completed in 33 milliseconds