Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 6 of 6) 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/159-app-image-fields/
Drun21 -Xcompiler-option -j1 --runtime-option -Xmx16m
/art/test/163-app-image-methods/
Drun21 -Xcompiler-option -j1 --runtime-option -Xmx16m
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc150 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchBl() local
152 uint32_t value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) | imm11; in PatchBl()
/art/test/
DREADME.arm_fvp.md163 art/test/testrunner/testrunner.py --target --64 --optimizing -j1
Drun-test940 run_args+=(-Xcompiler-option "--dump-cfg=$cfg_output_dir/$cfg_output" -Xcompiler-option -j1)