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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1822 // The advanced heap walk context for the FollowReferences functions.
1862 // used for the deprecated IterateOverReachableObjects functions. The "advanced"
1868 enum { basic, advanced }; enumerator in enum:CallbackInvoker::__anon396
1871 static bool is_advanced_heap_walk() { return _heap_walk_type == advanced; }
1880 // context for advanced style heap walk
1913 // invoke advanced style callbacks
1933 // initialize for advanced mode
1984 // initialize for advanced heap walk (FollowReferences)
1994 _heap_walk_type = advanced;
2102 // invoke advanced styl
[all...]

Completed in 43 milliseconds