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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp370 virtual void do_entry(JvmtiTagHashmapEntry* entry) = 0;
380 // obtain the next entry before invoking do_entry - this is
381 // necessary because do_entry may remove the entry from the
384 closure->do_entry(entry);
1544 void do_entry(JvmtiTagHashmapEntry* entry) { function in class:TagObjectCollector

Completed in 230 milliseconds