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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolKlass.cpp308 oop anObj; local
330 { anObj = cp->klass_at(index, CATCH);
331 anObj->print_value_on(st);
332 st->print(" {0x%lx}", (address)anObj);
344 anObj = cp->pseudo_string_at(index);
346 anObj = cp->string_at(index, CATCH);
348 anObj->print_value_on(st);
349 st->print(" {0x%lx}", (address)anObj);
352 anObj = cp->object_at(index);
353 anObj
[all...]

Completed in 29 milliseconds