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

/art/compiler/
H A Dimage_writer.cc248 size_t new_offset = image_objects_offset_begin_ + previous_bin_sizes + bin_slot.GetIndex();
500 DCHECK_LT(bin_slot.GetIndex(), bin_slot_sizes_[bin_slot.GetBin()])
515 DCHECK_LT(bin_slot.GetIndex(), bin_slot_sizes_[bin_slot.GetBin()]);
1486 DCHECK_ALIGNED(GetIndex(), kObjectAlignment);
1491 DCHECK_EQ(index, GetIndex());
1498 uint32_t ImageWriter::BinSlot::GetIndex() const { function in class:art::ImageWriter::BinSlot
/art/compiler/optimizing/
H A Dnodes.h903 size_t GetIndex() const { return index_; } function in class:art::HUseListNode
1197 size_t index = env_use->GetIndex();
2930 uint8_t GetIndex() const { return index_; } function in class:art::HParameterValue
3240 HInstruction* GetIndex() const { return InputAt(1); } function in class:art::HArrayGet
3285 HInstruction* GetIndex() const { return InputAt(1); } function in class:art::HArraySet
3373 size_t GetIndex() const { return index_; } function in class:art::HTemporary

Completed in 53 milliseconds