Searched refs:short_at_put (Results 1 - 8 of 8) sorted by relevance
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | relocator.hpp | 110 inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci], value); } function in class:Relocator
|
| H A D | relocator.cpp | 296 short_at_put(offset, new_delta); 689 short_at_put(bci + 1, ilen + goto_length); 694 short_at_put(cbci + 1, add_bci);
|
| H A D | reflection.cpp | 289 typeArrayOop(a)->short_at_put(index, value->s);
|
| H A D | deoptimization.cpp | 890 obj->short_at_put(index, (jshort)*((jint*)&val));
|
| /openjdk7/hotspot/src/share/vm/oops/ |
| H A D | typeArrayOop.hpp | 137 void short_at_put(int which, jshort contents) { *short_at_addr(which) = contents; } function in class:typeArrayOopDesc
|
| H A D | fieldStreams.hpp | 203 _fields->short_at_put(_generic_signature_slot, index);
|
| H A D | constantPoolOop.hpp | 538 operands->short_at_put(n+0, extract_low_short_from_int(offset)); 539 operands->short_at_put(n+1, extract_high_short_from_int(offset));
|
| /openjdk7/hotspot/src/share/vm/classfile/ |
| H A D | classFileParser.cpp | 1252 new_fields->short_at_put(i, fa[i]); 1256 new_fields->short_at_put(i++, fa[j]); 2601 inner_classes->short_at_put(index++, inner_class_info_index); 2602 inner_classes->short_at_put(index++, outer_class_info_index); 2603 inner_classes->short_at_put(index++, inner_name_index); 2604 inner_classes->short_at_put(index++, inner_access_flags.as_short()); 2623 inner_classes->short_at_put(index++, enclosing_method_class_index); 2624 inner_classes->short_at_put(index++, enclosing_method_method_index); 2696 operands->short_at_put(operand_fill_index++, bootstrap_method_index); 2697 operands->short_at_put(operand_fill_inde [all...] |
Completed in 2466 milliseconds