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

  /art/compiler/
image_writer.cc 450 reinterpret_cast<uint32_t>(GetImageAddress(image_roots.get())),
496 copy->SetClass(down_cast<Class*>(GetImageAddress(orig->GetClass())));
579 copy->SetPtrWithoutChecks(i, GetImageAddress(element));
614 copy->SetFieldPtr(byte_offset, GetImageAddress(ref), false);
635 copy->SetFieldPtr(field_offset, GetImageAddress(ref), false);
645 copy->SetFieldPtr(field_offset, GetImageAddress(ref), false);
690 SetPatchLocation(patch, reinterpret_cast<uint32_t>(GetImageAddress(target)));
image_writer.h 91 mirror::Object* GetImageAddress(const mirror::Object* object) const {

Completed in 140 milliseconds