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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp128 class streamIndentor : public StackObj { class in inherits:StackObj
134 streamIndentor(outputStream* str, int amt = 2) : _str(str), _amount(amt) { function in class:streamIndentor
137 ~streamIndentor() { _str->dec(_amount); }
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp378 streamIndentor si(ss);
380 streamIndentor si2(ss);
439 streamIndentor si(ss);
451 streamIndentor si2(ss);
459 streamIndentor si(ss);
462 streamIndentor si2(ss);
467 streamIndentor si2(ss);
474 streamIndentor si(ss);
476 streamIndentor si2(ss);
483 streamIndentor s
[all...]
H A DstackMapTable.cpp153 streamIndentor si(str);

Completed in 33 milliseconds