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

/art/compiler/optimizing/
H A Dload_store_elimination.cc144 HInstruction* GetIndex() const { return index_; } function in class:art::HeapLocation
253 loc->GetIndex() == index &&
352 HInstruction* array_index1 = loc1->GetIndex();
353 HInstruction* array_index2 = loc2->GetIndex();
H A Dnodes.h1353 size_t GetIndex() const { return index_; } function in class:art::HUseListNode
2088 size_t input_index = use_node->GetIndex();
2098 size_t next_index = next->GetIndex();
2108 size_t input_index = env_use_node->GetIndex();
2118 size_t next_index = next->GetIndex();
2845 return other->AsClassTableGet()->GetIndex() == index_ &&
2850 size_t GetIndex() const { return index_; } function in class:art::HTryBoundary::HClassTableGet::TableKind
4790 uint8_t GetIndex() const { return index_; } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HParameterValue
5125 DCHECK_EQ(GetIndex(), other->GetIndex());
5137 HInstruction* GetIndex() const { return InputAt(1); } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HArrayGet
5199 HInstruction* GetIndex() const { return InputAt(1); } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HArraySet
5285 HInstruction* GetIndex() const { return InputAt(0); } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HBoundsCheck
[all...]
/art/compiler/
H A Dimage_writer.cc360 size_t new_offset = bin_slot_offset + bin_slot.GetIndex();
635 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()])
652 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()]);
2327 DCHECK_ALIGNED(GetIndex(), kObjectAlignment);
2332 DCHECK_EQ(index, GetIndex());
2339 uint32_t ImageWriter::BinSlot::GetIndex() const { function in class:art::ImageWriter::BinSlot

Completed in 75 milliseconds