Home
last modified time | relevance | path

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

12

/aosp12/art/test/542-inline-trycatch/src/
H A 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
/aosp12/art/test/979-const-method-handle/src/
H A DMain.java63 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()
178 unreachable(); in stackPop()
[all …]
/aosp12/frameworks/proto_logging/stats/enums/stats/connectivity/
H A Dnetwork_stack.proto189 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable;
191 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable and
195 // unreachable;
198 // unreachable and IP provisioning lost;
200 // Neighbor unreachable notification from kernel;
202 // Neighbor unreachable notification from kernel, and IP provisioning is also lost;
/aosp12/art/test/472-unreachable-if-regression/smali/
H A DTest.smali23 : unreachable
25 if-lt v0, v0, :unreachable
32 : unreachable
/aosp12/art/compiler/optimizing/
H A 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()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h28 MsgHandler unreachable(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) { in unreachable() function
/aosp12/hardware/qcom/sm8150/gps/
H A DAndroid.bp60 "unreachable",
74 "unreachable",
H A DAndroid.mk39 GNSS_SANITIZE := cfi bounds null unreachable integer
/aosp12/hardware/qcom/sm7250/gps/
H A DAndroid.bp58 "unreachable",
72 "unreachable",
H A DAndroid.mk39 GNSS_SANITIZE := cfi bounds null unreachable integer
/aosp12/system/memory/libmemunreachable/
H A DMemUnreachable.cpp357 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory() local
359 if (!unreachable.CollectAllocations(thread_info, mappings, refs)) { in GetUnreachableMemory()
362 size_t num_allocations = unreachable.Allocations(); in GetUnreachableMemory()
363 size_t allocation_bytes = unreachable.AllocationBytes(); in GetUnreachableMemory()
369 bool ok = unreachable.GetUnreachableMemory(leaks, limit, &num_leaks, &leak_bytes); in GetUnreachableMemory()
H A DREADME.md6 …and-sweep garbage collector pass over all native memory, reporting any unreachable blocks as leaks…
17 …ble is loaded by zygote and can be triggered with `dumpsys -t 600 meminfo --unreachable [process]`.
27 Kill and restart the app, trigger the leak, and then run `dumpsys -t 600 meminfo --unreachable [pro…
43 Returns `true` if no unreachable memory was found.
/aosp12/system/bt/gd/packet/parser/
H A Dbison.gni68 # fallthroughs and unreachable code. This may silence legitimate issues in
72 "-Wno-unreachable-code",
H A Dflex.gni63 # fallthroughs and unreachable code. This may silence legitimate issues in
67 "-Wno-unreachable-code",
/aosp12/art/test/819-verification-runtime/
H A Dinfo.txt2 a known throwing instruction means the code following it is unreachable.
/aosp12/packages/services/Car/packages/CarDeveloperOptions/
H A DOWNERS6 # Secondary (only if people in Primary are unreachable)
/aosp12/packages/apps/Car/Settings/
H A DOWNERS6 # Secondary (only if people in Primary are unreachable)
/aosp12/packages/apps/Car/SettingsIntelligence/
H A DOWNERS6 # Secondary (only if people in Primary are unreachable)
/aosp12/packages/apps/Car/libs/car-qc-lib/
H A DOWNERS6 # Secondary (only if people in Primary are unreachable)
/aosp12/art/tools/ahat/
H A 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.
/aosp12/art/test/1000-non-moving-space-stress/
H A Dinfo.txt2 sticky-bit CC (young-generation) collection involving an unreachable
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A DAndroid.mk22 -Wno-unused-parameter -Wno-unreachable-code-loop-increment \
/aosp12/build/make/core/clang/
H A Dconfig.mk17 unreachable \
/aosp12/frameworks/av/services/mediametrics/
H A DMediaMetricsService.cpp246 bool unreachable = false; in dump() local
297 unreachable = true; in dump()
348 if (unreachable) { in dump()
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/
H A Dfsverity.rs57 unreachable!(); in read_metadata()

12