Searched refs:test_byte (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReference31.java76 static byte test_byte() { method in class:MethodReference31
107 SAM<Byte> s1 = MethodReference31::test_byte;
109 SAM_byte s2 = MethodReference31::test_byte;
/openjdk10/hotspot/test/compiler/intrinsics/
H A DTest6982370.java43 test_byte();
123 public static void test_byte() { method in class:Test6982370
/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp339 u_char test_byte = *(u_char*)instruction_address();
340 u_char test_byte_2 = test_byte & ( 0xff ^ register_mask);
489 u_char test_byte = *(u_char*)instruction_address(); local
490 switch (test_byte) {
525 u_char test_byte = *(u_char*)instruction_address(); local
527 if ( (test_byte == instruction_prefix_wide ||
528 test_byte == instruction_prefix_wide_extended) ) {
529 test_byte = *(u_char*)(instruction_address() + 1);
532 if ( ! ((test_byte == lea_instruction_code)
533 LP64_ONLY(|| (test_byte
[all...]

Completed in 98 milliseconds