Searched refs:count_frames (Results 1 - 4 of 4) 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(),
H A DjvmtiThreadState.hpp161 int count_frames();
H A DjvmtiEnvBase.cpp891 *count_ptr = state->count_frames();
H A DjvmtiEnv.cpp1539 int frame_number = state->count_frames() - depth;

Completed in 47 milliseconds