Searched defs:bin_slot (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dimage_writer.cc353 void ImageWriter::AssignImageOffset(mirror::Object* object, ImageWriter::BinSlot bin_slot) { argument
359 size_t bin_slot_offset = image_info.bin_slot_offsets_[bin_slot.GetBin()];
360 size_t new_offset = bin_slot_offset + bin_slot.GetIndex();
384 void ImageWriter::SetImageBinSlot(mirror::Object* object, BinSlot bin_slot) { argument
412 object->SetLockWord(LockWord::FromForwardingAddress(bin_slot.Uint32Value()), false);
630 BinSlot bin_slot(offset);
633 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()])
647 BinSlot bin_slot(static_cast<uint32_t>(offset));
650 DCHECK_LT(bin_slot
1327 BinSlot bin_slot = GetImageBinSlot(obj); local
[all...]

Completed in 30 milliseconds