Searched refs:curr (Results 1 – 4 of 4) 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()
46 std::make_unsigned_t<T> curr = *(ptr++); in DecodeLeb128Helper() local47 result |= ((curr & 0x7f) << (index * 7)); in DecodeLeb128Helper()48 if (LIKELY(curr <= 0x7f)) { in DecodeLeb128Helper()
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()
1941 PhiPlaceholder curr = GetPhiPlaceholderAt(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithDefault() local1942 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithDefault()2003 PhiPlaceholder curr = GetPhiPlaceholderAt(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithSingleInput() local2004 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithSingleInput()