Searched refs:a_byte (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_CodeStubs_s390.cpp311 int a_byte = (*ptr) & 0xFF; local
312 assert(a_byte == *start++, "should be the same code");
326 int a_byte = (*ptr) & 0xFF; local
327 assert(a_byte == *start++, "should be the same code");
334 int a_byte = (*ptr) & 0xFF; local
335 __ emit_int8 (a_byte);
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp320 int a_byte = (*ptr) & 0xFF; local
321 assert(a_byte == *start++, "should be the same code");
335 int a_byte = (*ptr) & 0xFF; local
336 assert(a_byte == *start++, "should be the same code");
343 int a_byte = (*ptr) & 0xFF; local
344 __ emit_int8(a_byte);
H A DnativeInst_x86.cpp237 int a_byte = (*ptr) & 0xFF; local
238 assert(*((address)((intptr_t)instr_addr + i)) == a_byte, "mt safe patching failed");
724 int a_byte = (*ptr) & 0xFF; local
725 assert(*((address)((intptr_t)instr_addr + i)) == a_byte, "mt safe patching failed");
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp308 int a_byte = (*ptr) & 0xFF; local
309 assert(a_byte == *start++, "should be the same code");
323 int a_byte = (*ptr) & 0xFF; local
324 assert(a_byte == *start++, "should be the same code");
331 int a_byte = (*ptr) & 0xFF; local
332 __ emit_int8 (a_byte);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_CodeStubs_ppc.cpp310 int a_byte = (*ptr) & 0xFF; local
311 assert(a_byte == *start++, "should be the same code");
340 int a_byte = (*ptr) & 0xFF; local
341 __ emit_int8 (a_byte);
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1171 int a_byte = (*ptr) & 0xFF; variable
1173 *(unsigned char*)dst = (unsigned char) a_byte;

Completed in 132 milliseconds