Searched refs:curr (Results 1 – 3 of 3) sorted by relevance
168 Site curr = site.mChildren.get(i); in getSite() local169 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()
135 uintptr_t curr = atomic_entry->load(std::memory_order_relaxed); in DumpMemAround() local144 << ", " << std::hex << std::setfill('0') << std::setw(16) << curr in DumpMemAround()
2116 PhiPlaceholder curr = GetPhiPlaceholderAt(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithDefault() local2117 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithDefault()2179 PhiPlaceholder curr = GetPhiPlaceholderAt(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithSingleInput() local2180 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithSingleInput()