Home
last modified time | relevance | path

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

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