Home
last modified time | relevance | path

Searched refs:otherwise (Results 1 – 20 of 20) sorted by relevance

/art/test/473-remove-dead-block/
Dinfo.txt2 Removing from predecessors require remove successor otherwise
/art/test/664-aget-verifier/
Dinfo.txt6 preventing otherwise good method from being compiled.
/art/tools/
Drun-gtests.sh22 absolute paths (starting with /apex). All gtests are run otherwise.
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md17 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md18 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/
DNOTICE33 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/chain-agents/
DREADME.md23 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/jit-load/
DREADME.md15 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/enable-vlog/
DREADME.md86 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali22 # otherwise running the code with an array short enough to throw will crash at
/art/compiler/optimizing/
Dinliner.cc1124 HBasicBlock* otherwise = end_then->SplitBeforeForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline() local
1125 HBasicBlock* merge = otherwise->SplitAfterForInlining(invoke_instruction); in CreateDiamondPatternForPolymorphicInline()
1139 otherwise->AddInstruction(new (allocator) HGoto(dex_pc)); in CreateDiamondPatternForPolymorphicInline()
1145 graph_->AddBlock(otherwise); in CreateDiamondPatternForPolymorphicInline()
1149 cursor_block->AddSuccessor(otherwise); in CreateDiamondPatternForPolymorphicInline()
1152 otherwise->AddSuccessor(merge); in CreateDiamondPatternForPolymorphicInline()
1157 otherwise->SetDominator(cursor_block); in CreateDiamondPatternForPolymorphicInline()
1158 cursor_block->AddDominatedBlock(otherwise); in CreateDiamondPatternForPolymorphicInline()
1168 graph_->reverse_post_order_[++index] = otherwise; in CreateDiamondPatternForPolymorphicInline()
1175 otherwise, original_invoke_block, /* replace_if_back_edge= */ false); in CreateDiamondPatternForPolymorphicInline()
/art/tools/jvmti-agents/field-null-percent/
DREADME.md24 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md37 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/jvmti-agents/ti-fast/
DREADME.md102 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/jvmti-agents/field-counts/
DREADME.md27 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/jvmti-agents/titrace/
DREADME.md14 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/list-extensions/
DREADME.md46 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md69 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/runtime/
DAndroid.bp546 // We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
/art/runtime/interpreter/mterp/x86/
Darithmetic.S36 div %cl # 8-bit divide otherwise.