/art/tools/ |
D | dex2oat_wrapper | 23 if [[ -n "$BASH_SOURCE" ]]; then 39 if [[ $1 == "-Xbootclasspath:*" ]]; then 45 elif [[ $1 == "-Xbootclasspath-locations:*" ]]; then 51 elif [[ $1 == "--32" ]]; then 56 elif [[ $1 == "--64" ]]; then 61 elif [[ "$1" == "" ]]; then 69 if [ -z "$BITNESS" ]; then 95 if [[ "$DEX2OAT_BCP" = "" ]]; then 97 if [[ "$ANDROID_ROOT_MINUS_PWD" == */host/* ]]; then 100 elif [[ "$ANDROID_ROOT_MINUS_PWD" == */target/* ]]; 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/956-methodhandles/ |
D | expected.txt | 34 and then bar 35 Ignoring and then 38 Called and then with hello there
|
/art/test/063-process-manager/ |
D | info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/art/test/1996-final-override-virtual-structural/ |
D | expected.txt | 6 super: Hi and then this: SALUTATIONS
|
/art/test/2008-redefine-then-old-reflect-field/ |
D | Android.bp | 3 name: "art-run-test-2008-redefine-then-old-reflect-field",
|
/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
D | Android.bp | 3 name: "art-run-test-1978-regular-obsolete-then-structural-obsolescence",
|
/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/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/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/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/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.
|