Searched refs:then (Results 1 – 21 of 21) sorted by relevance
/art/tools/ |
D | art | 20 if [ z"$BASH_SOURCE" != z ]; then 34 … "$(realpath "$ANDROID_ROOT/bin/$DALVIKVM")" = "$(realpath "$ANDROID_ROOT/bin/dalvikvm64")" ]; then 46 if [ "$1" = "--invoke-with" ]; then 50 elif [ "$1" = "-d" ]; then 53 elif [ "$1" = "--32" ]; then 56 elif [ "$1" = "--64" ]; then 59 elif [ "$1" = "--perf" ]; then 62 elif [ "$1" = "--perf-report" ]; then 65 elif expr "$1" : "--" >/dev/null 2>&1; then 83 if [ "$ANDROID_DATA" = "/data" ] || [ "$ANDROID_DATA" = "" ]; then [all …]
|
D | libcore_failures.txt | 49 is greater then a date in 1998.",
|
/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 | 142 HBasicBlock* then = new (&allocator) HBasicBlock(graph); in TEST_F() local 145 graph->AddBlock(then); in TEST_F() 149 block->AddSuccessor(then); in TEST_F() 151 then->AddSuccessor(join); in TEST_F() 154 then->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F() 163 then->AddInstruction(new (&allocator) HGoto()); in TEST_F() 191 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto()); in TEST_F()
|
D | register_allocator_test.cc | 484 HBasicBlock* then = new (allocator) HBasicBlock(graph); in BuildIfElseWithPhi() local 487 graph->AddBlock(then); in BuildIfElseWithPhi() 491 block->AddSuccessor(then); in BuildIfElseWithPhi() 493 then->AddSuccessor(join); in BuildIfElseWithPhi() 495 then->AddInstruction(new (allocator) HGoto()); in BuildIfElseWithPhi() 518 then->AddInstruction(*input1); in BuildIfElseWithPhi()
|
D | inliner.cc | 560 HBasicBlock* then = cursor_block->SplitAfterForInlining(compare); in CreateDiamondPatternForPolymorphicInline() local 587 graph_->AddBlock(then); in CreateDiamondPatternForPolymorphicInline() 593 cursor_block->AddSuccessor(then); in CreateDiamondPatternForPolymorphicInline() 598 then->SetDominator(cursor_block); in CreateDiamondPatternForPolymorphicInline() 599 cursor_block->AddDominatedBlock(then); in CreateDiamondPatternForPolymorphicInline() 608 graph_->reverse_post_order_[++index] = then; in CreateDiamondPatternForPolymorphicInline() 616 then, original_invoke_block, /* replace_if_back_edge */ false); in CreateDiamondPatternForPolymorphicInline()
|
/art/test/965-default-verify/ |
D | info.txt | 5 since it is much more proactive about finding likely runtime errors then smali.
|
/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/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/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/435-try-finally-without-catch/ |
D | info.txt | 26 then by suppressing them for good.
|
/art/test/530-checker-regression-reftype-final/smali/ |
D | TestCase.smali | 49 :then
|
/art/test/564-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 30 # The then part: beginning of the irreducible loop.
|
/art/cmdline/ |
D | README.md | 20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with 85 `-orange:` prefix and then strip it, leaving only the remains to be parsed.
|
/art/ |
D | NOTICE | 98 or contributory patent infringement, then any patent licenses 120 distribution, then any Derivative Works that You distribute must
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 174 "out" are editable, then:
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 294 if-eqz p0, :then 301 :then
|
D | Runtime.smali | 389 # copy the value to the location of the catch phi. The value is then returned.
|
/art/test/dexdump/ |
D | bytecodes.txt | 535 000bd6: 1a02 7600 |0099: const-string v2, "ok then" // string@0076
|