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

/art/compiler/
H A Dimage_writer.h183 BinSlot GetImageBinSlot(mirror::Object* object) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dimage_writer.cc506 ImageWriter::BinSlot ImageWriter::GetImageBinSlot(mirror::Object* object) const { function in class:art::ImageWriter
726 SetImageBinSlot(obj, GetImageBinSlot(interned));
897 BinSlot bin_slot = GetImageBinSlot(obj);

Completed in 616 milliseconds