Searched refs:inc_stat_counter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp144 inc_stat_counter(&_alloc_new, bitblock_alloc_chunk_size);
157 inc_stat_counter(&_alloc_total, 1);
394 inc_stat_counter(&_total_bits, count());
398 inc_stat_counter(&_total_used_blocks, 1);
400 inc_stat_counter(&_total_unused_blocks, 1);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.inline.hpp37 inline void inc_stat_counter(volatile julong* dest, julong add_value) { function
H A Dallocation.cpp646 void Arena::inc_bytes_allocated(size_t x) { inc_stat_counter(&_bytes_allocated, x); }
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp564 NOT_PRODUCT(inc_stat_counter(&num_mallocs, 1));
565 NOT_PRODUCT(inc_stat_counter(&alloc_bytes, size));
604 NOT_PRODUCT(inc_stat_counter(&num_mallocs, 1));
605 NOT_PRODUCT(inc_stat_counter(&alloc_bytes, size));
645 NOT_PRODUCT(inc_stat_counter(&num_frees, 1));
663 inc_stat_counter(&free_bytes, size);

Completed in 41 milliseconds