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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp2741 inline bool collect_stack_roots();
2742 inline bool collect_stack_roots(JavaThread* java_thread, JNILocalRootsClosure* blk);
3042 // threads are handled in collect_stack_roots() as an optimization.
3073 // threads are now handled in collect_stack_roots()
3091 inline bool VM_HeapWalkOperation::collect_stack_roots(JavaThread* java_thread, function in class:VM_HeapWalkOperation
3185 inline bool VM_HeapWalkOperation::collect_stack_roots() { function in class:VM_HeapWalkOperation
3196 if (!collect_stack_roots(thread, &blk)) {
3249 // If either collect_stack_roots() or collect_simple_roots()
3254 // Calling collect_stack_roots() before collect_simple_roots()
3257 if (!collect_stack_roots()) retur
[all...]

Completed in 158 milliseconds