Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 10 of 10) 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/530-checker-loops-try-catch/src/
DMain.java47 $noinline$unreachable(); in $noinline$geo1()
73 $noinline$unreachable(); in $noinline$geo1_Blocking()
108 $noinline$unreachable(); in $noinline$geo2()
134 $noinline$unreachable(); in $noinline$geo2_Blocking()
169 $noinline$unreachable(); in $noinline$geo3()
195 $noinline$unreachable(); in $noinline$geo3_Blocking()
229 $noinline$unreachable(); in $noinline$geo4()
255 $noinline$unreachable(); in $noinline$geo4_Blocking()
291 $noinline$unreachable(); in $noinline$geo5()
318 $noinline$unreachable(); in $noinline$geo5_Blocking()
[all …]
/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/test/800-smali/smali/
Db_134061982.smali54 # * Covered by unresolved exception class -> unreachable.
/art/tools/ahat/
DREADME.txt16 --retained [strong | soft | finalizer | weak | phantom | unreachable]
82 Distinguish between weakly reachable and unreachable instances.
107 Show java.lang.ref.Reference referents as "unreachable" instead of null.
/art/build/
DAndroid.bp137 // Enable warning for unreachable break & return.
262 // the following code is dead (it is, but not for all configurations), disable unreachable
265 "-extra-arg=-Wno-unreachable-code",