HomeSort by relevance Sort by last modified time
    Searched refs:target_footprint_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
heap-inl.h 399 size_t old_target = target_footprint_.load(std::memory_order_relaxed);
410 // We are between target_footprint_ and growth_limit_ .
415 if (target_footprint_.compare_exchange_weak(/*inout ref*/old_target, new_footprint,
heap.cc 243 target_footprint_(initial_size),
642 CHECK_NE(target_footprint_.load(std::memory_order_relaxed), 0U);
    [all...]
heap.h 582 return UnsignedDifference(target_footprint_.load(std::memory_order_relaxed),
1325 Atomic<size_t> target_footprint_; member in class:art::gc::Heap
    [all...]

Completed in 83 milliseconds