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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp55 // Logically, the _frame_count (as well as many fields in the StackFrame)
60 int32_t _frame_count; // Stackmap frame count member in class:StackMapTable
68 inline int32_t get_frame_count() const { return _frame_count; }
138 int32_t _frame_count; // frame count member in class:StackMapReader
169 _frame_count = _stream->get_u2(CHECK);
172 _frame_count = 0;
176 inline int32_t get_frame_count() const { return _frame_count; }

Completed in 39 milliseconds