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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp633 void AllocatedObj::print() const { print_on(tty); }
634 void AllocatedObj::print_value() const { print_value_on(tty); }
636 void AllocatedObj::print_on(outputStream* st) const {
637 st->print_cr("AllocatedObj(" INTPTR_FORMAT ")", this);
640 void AllocatedObj::print_value_on(outputStream* st) const {
641 st->print("AllocatedObj(" INTPTR_FORMAT ")", this);
H A Dallocation.hpp107 #define ALLOCATION_SUPER_CLASS_SPEC : public AllocatedObj
108 class AllocatedObj { class
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp496 extern "C" void pa(intptr_t p) { ((AllocatedObj*) p)->print(); }

Completed in 2910 milliseconds