Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dallocator.h91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed); in RegisterAllocation() local
92 while (max_bytes < new_bytes in RegisterAllocation()
93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()
Dleb128.h40 const size_t max_bytes = (num_bits + 6u) / 7u; in DecodeLeb128Helper() local
41 for (size_t index = 0; index < max_bytes; ++index) { in DecodeLeb128Helper()
52 if (index < max_bytes - 1) { in DecodeLeb128Helper()