Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h347 BinSlot GetImageBinSlot(mirror::Object* object) const REQUIRES_SHARED(Locks::mutator_lock_);
Dimage_writer.cc673 ImageWriter::BinSlot ImageWriter::GetImageBinSlot(mirror::Object* object) const { in GetImageBinSlot() function in art::ImageWriter
1575 BinSlot bin_slot = GetImageBinSlot(obj); in UnbinObjectsIntoOffset()