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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp215 int JvmtiThreadState::count_frames() { function in class:JvmtiThreadState
289 _cur_stack_depth = count_frames();
292 assert(_cur_stack_depth == count_frames(),

Completed in 29 milliseconds