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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp277 int a_byte = (*ptr) & 0xFF; local
278 assert(a_byte == *start++, "should be the same code");
285 int a_byte = (*ptr) & 0xFF; local
286 __ a_byte (a_byte);
328 __ a_byte(0);
329 __ a_byte(being_initialized_entry_offset);
330 __ a_byte(bytes_to_skip);
331 __ a_byte(_bytes_to_copy);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp293 int a_byte = (*ptr) & 0xFF; local
294 assert(a_byte == *start++, "should be the same code");
301 int a_byte = (*ptr) & 0xFF; local
302 __ a_byte (a_byte);
349 __ a_byte(0xB8);
350 __ a_byte(0);
351 __ a_byte(being_initialized_entry_offset);
352 __ a_byte(bytes_to_skip);
353 __ a_byte(_bytes_to_cop
[all...]
H A DnativeInst_x86.cpp120 int a_byte = (*ptr) & 0xFF; local
121 assert(*((address)((intptr_t)instr_addr + i)) == a_byte, "mt safe patching failed");
583 int a_byte = (*ptr) & 0xFF; local
584 assert(*((address)((intptr_t)instr_addr + i)) == a_byte, "mt safe patching failed");
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp138 void AbstractAssembler::a_byte(int x) { function in class:AbstractAssembler
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1059 int a_byte = (*ptr) & 0xFF; variable
1061 *(unsigned char*)dst = (unsigned char) a_byte;

Completed in 40 milliseconds