Home
last modified time | relevance | path

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

/art/test/Interfaces/
DInterfaces.java23 public void j1(); in j1() method
33 public void j1() {}; in j1() method in Interfaces.A
37 public void j1() {}; in j1() method in Interfaces.B
/art/test/163-app-image-methods/
Drun21 -Xcompiler-option -j1 --runtime-option -Xmx16m
/art/test/159-app-image-fields/
Drun21 -Xcompiler-option -j1 --runtime-option -Xmx16m
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc151 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchBl() local
153 uint32_t value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) | imm11; in PatchBl()
/art/test/
Drun-test930 run_args+=(-Xcompiler-option "--dump-cfg=$cfg_output_dir/$cfg_output" -Xcompiler-option -j1)