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

  /art/runtime/
read_barrier.h 82 static void AssertToSpaceInvariant(mirror::Object* ref)
84 AssertToSpaceInvariant(nullptr, MemberOffset(0), ref);
87 static void AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset,
91 static void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
98 AssertToSpaceInvariant(ref);
read_barrier-inl.h 73 AssertToSpaceInvariant(obj, offset, ref);
94 AssertToSpaceInvariant(obj, offset, ref);
124 AssertToSpaceInvariant(gc_root_source, ref);
142 AssertToSpaceInvariant(gc_root_source, ref);
165 AssertToSpaceInvariant(gc_root_source, ref);
185 AssertToSpaceInvariant(gc_root_source, ref);
230 inline void ReadBarrier::AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset,
237 AssertToSpaceInvariant(obj, offset, ref);
241 inline void ReadBarrier::AssertToSpaceInvariant(GcRootSource* gc_root_source,
248 AssertToSpaceInvariant(gc_root_source, ref)
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.h 114 void AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset, mirror::Object* ref)
117 void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
concurrent_copying.cc     [all...]
  /art/runtime/mirror/
object-inl.h 730 ReadBarrier::AssertToSpaceInvariant(witness_value.Ptr());
755 ReadBarrier::AssertToSpaceInvariant(old_value.Ptr());
    [all...]

Completed in 236 milliseconds