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

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp269 inline bool is_memory_record_of_arena(const MemPointerRecord* arena_rc) { argument
271 assert(arena_rc->is_arena_record(), "not arena record");
272 return (arena_rc->addr() + sizeof(void*)) == addr();

Completed in 68 milliseconds