Searched refs:j1 (Results 1 – 4 of 4) sorted by relevance
23 public void j1(); in j1() method31 public void j1() {}; in j1() method in Interfaces.A35 public void j1() {}; in j1() method in Interfaces.B
20 -Xcompiler-option -j1
74 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchCall() local76 uint32_t value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) | imm11; in PatchCall()