Home | History | Annotate | Download | only in gc

Lines Matching refs:native_bytes_allocated_

163       native_bytes_allocated_(0),
2898 size_t native_size = native_bytes_allocated_.LoadRelaxed();
3183 size_t new_native_bytes_allocated = native_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes);
3220 expected_size = native_bytes_allocated_.LoadRelaxed();
3228 } while (!native_bytes_allocated_.CompareExchangeWeakRelaxed(expected_size,