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

  /art/compiler/
image_writer.h 125 size_t GetImageOffset(mirror::Object* object) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
144 return reinterpret_cast<mirror::Object*>(image_begin_ + GetImageOffset(object));
149 size_t offset = GetImageOffset(object);
image_writer.cc 239 size_t ImageWriter::GetImageOffset(mirror::Object* object) const {
    [all...]

Completed in 1999 milliseconds