Home
last modified time | relevance | path

Searched refs:array2hex (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/capstone/bindings/java/
H A DTestX86.java39 private static String array2hex(byte[] arr) { in array2hex() method in TestX86
51 System.out.printf("\tPrefix: %s\n", array2hex(operands.prefix)); in print_ins_detail()
53 System.out.printf("\tOpcode: %s\n", array2hex(operands.opcode)); in print_ins_detail()