/art/tools/ |
D | art | 25 if [[ "$(realpath "$1")" == *dalvikvm64 ]]; then 49 --profile Run with profiling, then run using profile data. 70 if [ "$DELETE_ANDROID_DATA" = "yes" ]; then 80 if [ "$VERBOSE" = "yes" ]; then 144 if [ "$CLEAN_OAT_FILES" = "yes" ]; then 175 # If there is no boot.art then leave it as-is, assumes -Ximage is explicitly used. 178 check_if_boot_image_file_exists "$image_location_dir" "boot.art"; then 216 if [[ -n $class_loader_context ]]; then 387 if [ $# -eq 0 ]; then 393 if [[ -n "$BASH_SOURCE" ]]; then [all …]
|
/art/test/1917-get-stack-frame/src/art/ |
D | Test1917.java | 90 private final Runnable then; field in Test1917.RecurCount 91 public RecurCount(int cnt, Runnable then) { in RecurCount() argument 93 this.then = then; in RecurCount() 104 then.run(); in doRecur()
|
/art/test/063-process-manager/ |
D | info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/art/compiler/optimizing/ |
D | gvn_test.cc | 135 HBasicBlock* then = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 138 graph->AddBlock(then); in TEST_F() 142 block->AddSuccessor(then); in TEST_F() 144 then->AddSuccessor(join); in TEST_F() 147 then->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 156 then->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F() 184 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto()); in TEST_F()
|
/art/test/951-threaded-obsolete/ |
D | info.txt | 4 on a different thread then where the redefinition was triggered.
|
/art/test/164-resolution-trampoline-dex-cache/ |
D | info.txt | 3 associated ClassTable. This discrepancy then led to a crash when JITting.
|
/art/test/661-oat-writer-layout/ |
D | info.txt | 4 MethodHotness bitmask (and sub-sorts by class_def_idx, then method_id).
|
/art/test/1947-breakpoint-redefine-deopt/ |
D | info.txt | 5 paths and then runs the function, receiving the breakpoint events.
|
/art/test/994-breakpoint-line/ |
D | info.txt | 5 paths and then runs the function, receiving the breakpoint events.
|
/art/test/530-checker-lse3/ |
D | info.txt | 2 a wider value is stored in a narrower field and then loaded from that field,
|
/art/test/663-odd-dex-size/ |
D | info.txt | 11 The generated dex file was then manually edited to:
|
/art/test/965-default-verify/ |
D | info.txt | 5 since it is much more proactive about finding likely runtime errors then smali.
|
/art/test/663-odd-dex-size2/ |
D | info.txt | 11 The generated dex file was then manually edited to:
|
/art/test/663-odd-dex-size3/ |
D | info.txt | 11 The generated dex file was then manually edited to:
|
/art/test/663-odd-dex-size4/ |
D | info.txt | 16 The generated dex file was then manually edited to:
|
/art/test/800-smali/smali/ |
D | b_22331663_fail.smali | 16 # be movable now, so ensure that we do not get a conflict (and then allow the move).
|
D | b_22331663.smali | 31 # which creates a conflict. Copy the conflict, and then return. This should not make the
|
/art/test/1930-monitor-info/ |
D | expected.txt | 15 Lock twice Java then native 19 Lock twice native then Java
|
/art/test/565-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 35 # The then part: beginning of the irreducible loop. 70 # The then part: beginning of the irreducible loop.
|
/art/test/674-hiddenapi/ |
D | info.txt | 7 The test then proceeds to exercise the following combinations of class loading:
|
/art/test/535-regression-const-val/smali/ |
D | TestCase.smali | 24 :then
|
/art/test/571-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 29 # The then part: beginning of the irreducible loop.
|
/art/test/641-irreducible-inline/smali/ |
D | IrreducibleLoop.smali | 25 # The then part: beginning of the irreducible loop.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 5 one big python script. This generated python script is then executed to 58 "out" are editable, then:
|
/art/test/1949-short-dex-file/ |
D | info.txt | 25 alphabet (package xyz, method foo). If it is further forward than the other method-ids then the
|