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

/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.cpp137 diff_in_current_scale(total_reserved, (prev.total_malloc_amount() + prev.total_reserved_amount())),
138 diff_in_current_scale(total_committed, (prev.total_committed_amount() + prev.total_malloc_amount())));
165 diff_in_current_scale(cur.reserved_amount(type), prev.reserved_amount(type)),
166 diff_in_current_scale(cur.committed_amount(type), prev.committed_amount(type)),
167 diff_in_current_scale(cur.malloc_amount(type), prev.malloc_amount(type)),
169 diff_in_current_scale(cur.arena_amount(type), prev.arena_amount(type)),
197 diff_in_current_scale(cur_malloc_callsite->amount(), 0),
205 diff_in_current_scale(0, prev_malloc_callsite->amount()),
216 diff_in_current_scale(cur_malloc_callsite->amount(), 0),
223 diff_in_current_scale(
279 int BaselineReporter::diff_in_current_scale(size_t value1, size_t value2) const { function in class:BaselineReporter
[all...]
H A DmemReporter.hpp151 int diff_in_current_scale(size_t value1, size_t value2) const;

Completed in 90 milliseconds