Searched refs:unreachable (Results 1 – 9 of 9) sorted by relevance
53 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
37 private static void unreachable() { in unreachable() method in Main63 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 …]
23 : unreachable25 if-lt v0, v0, :unreachable32 : unreachable
267 ArenaBitVector unreachable(allocator_, graph_->GetBlocks().size(), false, kArenaAllocLSA); in RecalculateExcludedCohort() local268 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()
2 a known throwing instruction means the code following it is unreachable.
2 sticky-bit CC (young-generation) collection involving an unreachable
16 --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.
54 # * Covered by unresolved exception class -> unreachable.
130 // Enable warning for unreachable break & return.254 // the following code is dead (it is, but not for all configurations), disable unreachable257 "-extra-arg=-Wno-unreachable-code",