Searched defs:print_object (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp128 void InstructionPrinter::print_object(Value obj) { function in class:InstructionPrinter
366 case objectTag : print_object(x); break;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp84 void print_object(outputStream* out, oop obj) { function in class:VerifyLiveClosure
118 print_object(gclog_or_tty, _containing_obj);
129 print_object(gclog_or_tty, _containing_obj);
133 print_object(gclog_or_tty, obj);

Completed in 34 milliseconds