Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 9 of 9) sorted by relevance

/art/test/542-inline-trycatch/src/
DMain.java53 unreachable(); in testSingleBlockFromTry()
59 unreachable(); in testSingleBlockFromTry()
80 unreachable(); in testMultipleBlocksFromTry()
87 unreachable(); in testMultipleBlocksFromTry()
93 unreachable(); in testMultipleBlocksFromTry()
98 unreachable(); in testMultipleBlocksFromTry()
126 unreachable(); in testTryCatchFromTry()
133 unreachable(); in testTryCatchFromTry()
171 private static void unreachable() { in unreachable() method in Main
/art/test/979-const-method-handle/src/
DMain.java37 private static void unreachable() { in unreachable() method in Main
63 unreachable(); in methodType0()
71 unreachable(); in methodType1()
106 unreachable(); in printHelloHandle()
116 unreachable(); in setNameHandle()
126 unreachable(); in getNameHandle()
136 unreachable(); in getMathE()
146 unreachable(); in putMathE()
156 unreachable(); in getSval()
168 unreachable(); in putPeekc()
[all …]
/art/test/472-unreachable-if-regression/smali/
DTest.smali23 : unreachable
25 if-lt v0, v0, :unreachable
32 : unreachable
/art/compiler/optimizing/
Dexecution_subgraph.cc267 ArenaBitVector unreachable(allocator_, graph_->GetBlocks().size(), false, kArenaAllocLSA); in RecalculateExcludedCohort() local
268 unreachable.Copy(&unreachable_blocks_); in RecalculateExcludedCohort()
270 while (unreachable.IsAnyBitSet()) { in RecalculateExcludedCohort()
277 const HBasicBlock* first = graph_->GetBlocks()[unreachable.GetHighestBitSet()]; in RecalculateExcludedCohort()
283 if (!unreachable.IsBitSet(cur->GetBlockId())) { in RecalculateExcludedCohort()
287 unreachable.ClearBit(cur->GetBlockId()); in RecalculateExcludedCohort()
/art/test/819-verification-runtime/
Dinfo.txt2 a known throwing instruction means the code following it is unreachable.
/art/test/1000-non-moving-space-stress/
Dinfo.txt2 sticky-bit CC (young-generation) collection involving an unreachable
/art/tools/ahat/
DREADME.txt16 --retained [strong | soft | finalizer | weak | phantom | unreachable]
75 Distinguish between weakly reachable and unreachable instances.
100 Show java.lang.ref.Reference referents as "unreachable" instead of null.
/art/test/800-smali/smali/
Db_134061982.smali54 # * Covered by unresolved exception class -> unreachable.
/art/build/
DAndroid.bp130 // Enable warning for unreachable break & return.
254 // the following code is dead (it is, but not for all configurations), disable unreachable
257 "-extra-arg=-Wno-unreachable-code",