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

/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp215 int JvmtiThreadState::count_frames() { function in class:JvmtiThreadState
272 _cur_stack_depth = count_frames();
275 assert(_cur_stack_depth == count_frames(),
H A DjvmtiThreadState.hpp169 int count_frames();
H A DjvmtiEnvBase.hpp395 int frame_number = _state->count_frames() - _depth;
H A DjvmtiEnvBase.cpp905 *count_ptr = state->count_frames();
H A DjvmtiEnv.cpp1714 int frame_number = state->count_frames() - depth;

Completed in 54 milliseconds