Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h963 static ALWAYS_INLINE size_t UnsignedSum(size_t x, size_t y) { in UnsignedSum() function
Dheap.cc3922 size_t adj_start_bytes = UnsignedSum(java_gc_start_bytes, in NativeMemoryOverTarget()