Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 3 of 3) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java168 Site curr = site.mChildren.get(i); in getSite() local
169 if (curr.mLineNumber == frame.line in getSite()
170 && curr.mMethodName.equals(frame.method) in getSite()
171 && curr.mSignature.equals(frame.signature) in getSite()
172 && curr.mFilename.equals(frame.filename)) { in getSite()
173 child = curr; in getSite()
/art/runtime/gc/accounting/
Dspace_bitmap.cc135 uintptr_t curr = atomic_entry->load(std::memory_order_relaxed); in DumpMemAround() local
144 << ", " << std::hex << std::setfill('0') << std::setw(16) << curr in DumpMemAround()
/art/compiler/optimizing/
Dload_store_elimination.cc2116 PhiPlaceholder curr = GetPhiPlaceholderAt(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithDefault() local
2117 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithDefault()
2179 PhiPlaceholder curr = GetPhiPlaceholderAt(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2180 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithSingleInput()