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

  /art/runtime/gc/accounting/
heap_bitmap-inl.h 83 inline bool HeapBitmap::AtomicTestAndSet(const mirror::Object* obj,
87 return bitmap->AtomicTestAndSet(obj);
92 return lo_bitmap->AtomicTestAndSet(obj);
heap_bitmap.h 45 bool AtomicTestAndSet(const mirror::Object* obj, const LargeObjectSetVisitor& visitor)
bitmap.h 176 ALWAYS_INLINE bool AtomicTestAndSet(size_t addr) {
space_bitmap.h 89 bool AtomicTestAndSet(const mirror::Object* obj);
space_bitmap-inl.h 33 inline bool SpaceBitmap<kAlignment>::AtomicTestAndSet(const mirror::Object* obj) {
  /art/runtime/gc/collector/
concurrent_copying-inl.h 56 success = !bitmap->AtomicTestAndSet(ref);
concurrent_copying.cc     [all...]
mark_sweep.cc 529 return !object_bitmap->AtomicTestAndSet(obj);
532 return !mark_bitmap_->AtomicTestAndSet(obj, visitor);
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 646 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(code_ptr));
    [all...]

Completed in 251 milliseconds