Searched refs:IsImageOffsetAssigned (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dimage_writer.cc344 DCHECK(IsImageOffsetAssigned(object));
348 DCHECK(IsImageOffsetAssigned(obj)) << obj << " " << offset;
367 bool ImageWriter::IsImageOffsetAssigned(mirror::Object* object) const { function in class:art::ImageWriter
375 DCHECK(IsImageOffsetAssigned(object));
386 DCHECK(!IsImageOffsetAssigned(object));
H A Dimage_writer.h320 bool IsImageOffsetAssigned(mirror::Object* object) const

Completed in 863 milliseconds