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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1860 // The CallbackInvoker is a class with static functions that the heap walk can call
1865 class CallbackInvoker : AllStatic { class in inherits:AllStatic
1964 int CallbackInvoker::_heap_walk_type;
1965 BasicHeapWalkContext CallbackInvoker::_basic_context;
1966 AdvancedHeapWalkContext CallbackInvoker::_advanced_context;
1967 JvmtiTagMap* CallbackInvoker::_tag_map;
1968 const void* CallbackInvoker::_user_data;
1969 GrowableArray<oop>* CallbackInvoker::_visit_stack;
1972 void CallbackInvoker::initialize_for_basic_heap_walk(JvmtiTagMap* tag_map,
1985 void CallbackInvoker
[all...]

Completed in 119 milliseconds