Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h326 BinSlot GetImageBinSlot(mirror::Object* object) const SHARED_REQUIRES(Locks::mutator_lock_);
Dimage_writer.cc639 ImageWriter::BinSlot ImageWriter::GetImageBinSlot(mirror::Object* object) const { in GetImageBinSlot() function in art::ImageWriter
1000 SetImageBinSlot(obj, GetImageBinSlot(interned)); in CalculateObjectBinSlots()
1327 BinSlot bin_slot = GetImageBinSlot(obj); in UnbinObjectsIntoOffset()