Searched refs:otherwise (Results 1 – 15 of 15) sorted by relevance
/art/test/473-remove-dead-block/ |
D | info.txt | 2 Removing from predecessors require remove successor otherwise
|
/art/test/664-aget-verifier/ |
D | info.txt | 6 preventing otherwise good method from being compiled.
|
/art/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the 72 excluding communication that is conspicuously marked or otherwise 90 use, offer to sell, sell, import, and otherwise transfer the Work, 140 reproduction, and distribution of the Work otherwise complies with 143 5. Submission of Contributions. Unless You explicitly state otherwise, 167 whether in tort (including negligence), contract, or otherwise,
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 17 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | README.md | 18 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 15 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
|
/art/compiler/optimizing/ |
D | inliner.cc | 1111 HBasicBlock* otherwise = end_then->SplitBeforeForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline() local 1112 HBasicBlock* merge = otherwise->SplitAfterForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline() 1126 otherwise->AddInstruction(new (allocator) HGoto(dex_pc)); in CreateDiamondPatternForPolymorphicInline() 1132 graph_->AddBlock(otherwise); in CreateDiamondPatternForPolymorphicInline() 1136 cursor_block->AddSuccessor(otherwise); in CreateDiamondPatternForPolymorphicInline() 1139 otherwise->AddSuccessor(merge); in CreateDiamondPatternForPolymorphicInline() 1144 otherwise->SetDominator(cursor_block); in CreateDiamondPatternForPolymorphicInline() 1145 cursor_block->AddDominatedBlock(otherwise); in CreateDiamondPatternForPolymorphicInline() 1155 graph_->reverse_post_order_[++index] = otherwise; in CreateDiamondPatternForPolymorphicInline() 1162 otherwise, original_invoke_block, /* replace_if_back_edge= */ false); in CreateDiamondPatternForPolymorphicInline()
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | SsaBuilder.smali | 22 # otherwise running the code with an array short enough to throw will crash at
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 24 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 37 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 100 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 14 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
|
/art/runtime/ |
D | Android.bp | 502 // We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
|
/art/runtime/interpreter/mterp/x86/ |
D | arithmetic.S | 36 div %cl # 8-bit divide otherwise.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2960 # This instruction has no effect (actual NOP for the last entry; otherwise changes $gp,
|