Searched refs:u_char (Results 1 - 25 of 46) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.hpp36 u_char* _buffer;
52 CompressedStream(u_char* buffer, int position = 0) {
57 u_char* buffer() const { return _buffer; }
67 inline u_char read() { return _buffer[_position++]; }
72 CompressedReadStream(u_char* buffer, int position = 0)
95 void store(u_char b) {
98 void write(u_char b) {
111 CompressedWriteStream(u_char* buffer, int initial_size, int position = 0)
119 store((u_char)value);
H A DcompressedStream.cpp81 _buffer = NEW_RESOURCE_ARRAY(u_char, initial_size);
87 u_char* _new_buffer = NEW_RESOURCE_ARRAY(u_char, _size * 2);
149 u_char* buf = buffer() + pos;
171 assert(sum == (u_char)sum, "valid byte");
172 write((u_char)sum);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp170 u_char patch_jump[2];
185 u_char patch_disp[5];
222 u_char test_byte = *(u_char*)instruction_address();
223 u_char test_byte_2 = test_byte & ( 0xff ^ register_mask);
238 u_char instr_0 = ubyte_at(off);
297 u_char instr_0 = *(u_char*) instruction_address();
326 u_char mod_rm = *(u_char*)(instruction_addres
[all...]
H A DnativeInst_x86.hpp75 u_char ubyte_at(int offset) const { return *(u_char*) addr_at(offset); }
84 void set_char_at(int offset, char c) { *addr_at(offset) = (u_char)c; wrote(offset); }
/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp124 static u_char* utf8_write(u_char* base, jchar ch) {
126 base[0] = (u_char) ch;
217 u_char* result = NEW_RESOURCE_ARRAY(u_char, utf8_len + 1);
218 u_char* p = result;
228 u_char* p = (u_char*)buf;
229 u_char* end = (u_char*)bu
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A Dicmp.h115 u_char icmp6_type; /* type field */
116 u_char icmp6_code; /* code field */
121 u_char icmp6_un_data8[4]; /* type-specific field */
H A Dnet_util_md.h68 u_char Byte[16];
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp475 u_char* find_cushion_backwards(u_char* start) {
476 u_char* p = start;
480 u_char* q = p - 4;
485 u_char* find_cushion_forwards(u_char* start) {
486 u_char* p = start;
490 u_char* q = p + 4;
501 u_char* start_of_this_block = (u_char*)pt
[all...]
H A Drelocator.hpp62 methodHandle insert_space_at(int bci, int space, u_char inst_buffer[], TRAPS);
66 bool handle_widen (int bci, int new_ilen, u_char inst_buffer[]); // handles general instructions
78 u_char _overwrite[3]; // stores overwritten bytes for shrunken instructions
H A Drelocator.cpp65 u_char* _inst_buffer; // New bytecodes
67 ChangeWiden(int bci, int new_ilen, u_char* inst_buffer) : ChangeItem(bci) {
144 methodHandle Relocator::insert_space_at(int bci, int size, u_char inst_buffer[], TRAPS) {
637 bool Relocator::handle_widen(int bci, int new_ilen, u_char inst_buffer[]) {
H A Dvframe.hpp177 u_char* bcp() const;
178 void set_bcp(u_char* bcp);
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.hpp128 u_char* _offset_array; // byte array keeping backwards offsets
133 u_char offset_array(size_t index) const {
140 void set_offset_array(size_t index, u_char offset, bool reducing = false) {
152 assert(!reducing || _offset_array[index] >= (u_char)pointer_delta(high, low),
154 _offset_array[index] = (u_char)pointer_delta(high, low);
157 void set_offset_array(HeapWord* left, HeapWord* right, u_char offset, bool reducing = false) {
180 void set_offset_array(size_t left, size_t right, u_char offset, bool reducing = false) {
297 static size_t entry_to_cards_back(u_char entry) {
301 static size_t entry_to_words_back(u_char entry) {
H A DblockOffsetTable.cpp54 _offset_array = (u_char*)_vs.low_boundary();
199 u_char offset = max_jubyte;
227 u_char last_entry = N_words;
229 u_char entry = _array->offset_array(c);
542 uint offset = _array->offset_array(index); // Extend u_char to uint.
680 uint offset = _array->offset_array(index); // Extend u_char to uint.
781 _array->offset_array(j) <= (u_char) (N_words+N_powers-1),
H A Diterator.hpp284 virtual void do_region(u_char* start, size_t size) = 0;
H A Drestore.cpp84 void do_region(u_char* start, size_t size) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.hpp137 u_char* _offset_array; // byte array keeping backwards offsets
155 u_char offset_array(size_t index) const {
160 void set_offset_array(size_t index, u_char offset) {
170 _offset_array[index] = (u_char) pointer_delta(high, low);
173 void set_offset_array(HeapWord* left, HeapWord* right, u_char offset) {
188 void set_offset_array(size_t left, size_t right, u_char offset) {
H A Dg1BlockOffsetTable.cpp51 _offset_array = (u_char*)_vs.low_boundary();
187 u_char offset = max_jubyte;
303 u_char entry = _array->offset_array(c);
557 (u_char) (N_words+BlockOffsetArray::N_powers-1),
563 (u_char) (N_words+BlockOffsetArray::N_powers-1)));
/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.cpp69 u_char* constMethodOopDesc::compressed_linenumber_table() const {
H A DmethodOop.hpp455 u_char* compressed_linenumber_table() const
625 static methodHandle clone_with_new_data(methodHandle m, u_char* new_code, int new_code_length,
626 u_char* new_compressed_linenumber_table, int new_compressed_linenumber_size, TRAPS);
750 CompressedLineNumberWriteStream(u_char* buffer, int initial_size) : CompressedWriteStream(buffer, initial_size), _bci(0), _line(0) {}
799 CompressedLineNumberReadStream(u_char* buffer);
H A DconstMethodOop.hpp266 u_char* compressed_linenumber_table() const; // not preserved by gc
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp161 u_char _state;
164 u_char _saw_free_extra_data;
H A DciMethod.hpp181 u_char* compressed_linenumber_table() const; // not preserved by gc
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DNet.c338 u_char carg;
389 u_char carg;
403 carg = (u_char)arg;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp345 static u_char _lengths [number_of_codes];
433 assert(code == (u_char)code, "must be a byte");
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp185 soc->do_region((u_char*)&_symbols[FIRST_SID],
187 soc->do_region((u_char*)_type_signatures, sizeof(_type_signatures));

Completed in 78 milliseconds

12