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

  /art/runtime/
read_barrier.h 79 static void AssertToSpaceInvariant(mirror::Object* ref)
81 AssertToSpaceInvariant(nullptr, MemberOffset(0), ref);
84 static void AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset,
88 static void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
read_barrier-inl.h 70 AssertToSpaceInvariant(obj, offset, ref);
88 AssertToSpaceInvariant(obj, offset, ref);
118 AssertToSpaceInvariant(gc_root_source, ref);
136 AssertToSpaceInvariant(gc_root_source, ref);
159 AssertToSpaceInvariant(gc_root_source, ref);
179 AssertToSpaceInvariant(gc_root_source, ref);
224 inline void ReadBarrier::AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset,
231 AssertToSpaceInvariant(obj, offset, ref);
235 inline void ReadBarrier::AssertToSpaceInvariant(GcRootSource* gc_root_source,
242 AssertToSpaceInvariant(gc_root_source, ref)
    [all...]
  /art/runtime/interpreter/
shadow_frame.h 192 ReadBarrier::AssertToSpaceInvariant(ref);
260 ReadBarrier::AssertToSpaceInvariant(val);
  /art/runtime/gc/collector/
concurrent_copying.h 103 void AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset, mirror::Object* ref)
105 void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
concurrent_copying.cc     [all...]

Completed in 82 milliseconds