Home
last modified time | relevance | path

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

/art/test/Interfaces/
DInterfaces.java23 public void j1(); in j1() method
31 public void j1() {}; in j1() method in Interfaces.A
35 public void j1() {}; in j1() method in Interfaces.B
/art/test/163-app-image-methods/
Drun20 -Xcompiler-option -j1
/art/test/159-app-image-fields/
Drun20 -Xcompiler-option -j1
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc74 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchCall() local
76 uint32_t value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) | imm11; in PatchCall()