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

/openjdk7/hotspot/src/share/vm/memory/
H A Dserialize.cpp50 soc->do_tag(--tag);
54 soc->do_tag(sizeof(oopDesc));
55 soc->do_tag(sizeof(instanceOopDesc));
56 soc->do_tag(sizeof(methodOopDesc));
57 soc->do_tag(sizeof(constMethodOopDesc));
58 soc->do_tag(sizeof(methodDataOopDesc));
59 soc->do_tag(arrayOopDesc::base_offset_in_bytes(T_BYTE));
60 soc->do_tag(sizeof(constantPoolOopDesc));
61 soc->do_tag(sizeof(constantPoolCacheOopDesc));
62 soc->do_tag(objArrayOopDes
[all...]
H A Drestore.cpp78 void do_tag(int tag) { function in class:ReadClosure
87 do_tag((int)size);
H A Diterator.hpp290 virtual void do_tag(int tag) = 0;
H A Ddump.cpp770 void do_tag(int tag) { function in class:WriteClosure
782 do_tag((int)size);

Completed in 757 milliseconds