Searched refs:chops (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.cpp162 VerificationType* locals, int32_t length, int32_t chops) {
165 for (int32_t i=0; i<chops; i++) {
171 if (pos<0 && i<(chops-1)) return -1;
316 int chops = SAME_EXTENDED - frame_type; local
319 if (chops != 0) {
320 new_length = chop(locals, length, chops);
161 chop( VerificationType* locals, int32_t length, int32_t chops) argument
H A DstackMapTableFormat.hpp474 static chop_frame* create_at(address addr, int offset_delta, int chops) { argument
476 sm->set_chops(chops);
493 int chops() const { function in class:chop_frame
494 int chops = frame_type_to_chops(frame_type()); local
495 assert(chops > 0 && chops < 4, "Invalid number of chops in frame");
496 return chops;
498 void set_chops(int chops) { argument
499 assert(chops >
[all...]
H A DstackMapTable.hpp140 int32_t chop(VerificationType* locals, int32_t length, int32_t chops);

Completed in 106 milliseconds