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

/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp175 char* fillp = &_option_buf[opt_so_far]; local
176 if (opt_so_far > 0) *fillp++ = ',';
177 strcat(fillp, p);
179 char* q = fillp;
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp296 int fillp = extras; local
312 secondaries->obj_at_put(--fillp, p);
315 if( fillp > 0 ) {
318 objArrayOop s2 = oopFactory::new_system_objArray(secondaries->length() - fillp, CHECK);
320 s2->obj_at_put( i, secondaries->obj_at(i+fillp) );
H A DconstantPoolOop.cpp1120 int fillp = 0, len = 0; local
1123 new_operands->short_at_addr(fillp),
1125 fillp += len;
1128 new_operands->short_at_addr(fillp),
1130 fillp += len;
1133 new_operands->short_at_addr(fillp),
1135 fillp += len;
1138 new_operands->short_at_addr(fillp),
1140 fillp += len;
1141 assert(fillp
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp1149 byte* fillp; local
1156 fillp = skip_Utf8_chars(bigbuf.ptr, prefix);
1158 fillp = chars.writeTo(fillp);
1159 assert(bigbuf.inBounds(fillp));
1160 *fillp = 0; // bigbuf must contain a well-formed Utf8 string
1161 int length = (int)(fillp - bigbuf.ptr);

Completed in 91 milliseconds