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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp40 // class JvmtiFramePop
51 class JvmtiFramePop VALUE_OBJ_CLASS_SPEC {
57 JvmtiFramePop() {} function in class:VALUE_OBJ_CLASS_SPEC
58 JvmtiFramePop(int frame_number) { function in class:VALUE_OBJ_CLASS_SPEC
64 int above_on_stack(JvmtiFramePop& other) { return _frame_number > other._frame_number; }
75 // A collection of JvmtiFramePop.
87 void set(JvmtiFramePop& fp);
88 void clear(JvmtiFramePop& fp);
89 int clear_to(JvmtiFramePop& fp);
95 bool contains(JvmtiFramePop
[all...]

Completed in 29 milliseconds