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

/art/compiler/optimizing/
H A Dload_store_elimination.cc136 HInstruction* GetIndex() const { return index_; } function in class:art::HeapLocation
239 loc->GetIndex() == index &&
338 HInstruction* array_index1 = loc1->GetIndex();
339 HInstruction* array_index2 = loc2->GetIndex();
1077 if (ref == new_array && location->GetIndex() != nullptr) {
H A Dnodes.h1481 size_t GetIndex() const { return index_; } function in class:art::HUseListNode
2268 size_t input_index = use_node->GetIndex();
2278 size_t next_index = next->GetIndex();
2288 size_t input_index = env_use_node->GetIndex();
2298 size_t next_index = next->GetIndex();
3122 return other->AsClassTableGet()->GetIndex() == index_ &&
3127 size_t GetIndex() const { return index_; } function in class:art::FINAL::FINAL::TableKind
5065 uint8_t GetIndex() const { return index_; } function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
5386 DCHECK_EQ(GetIndex(), other->GetIndex());
5400 HInstruction* GetIndex() const { return InputAt(1); } function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
5469 HInstruction* GetIndex() const { return InputAt(1); } function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
5580 HInstruction* GetIndex() const { return InputAt(0); } function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
[all...]
/art/runtime/openjdkjvmti/
H A Dti_redefine.cc1014 int32_t GetIndex() const { function in class:openjdkjvmti::RedefinitionDataIter
/art/compiler/
H A Dimage_writer.cc367 size_t new_offset = bin_slot_offset + bin_slot.GetIndex();
650 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()])
667 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()]);
2532 DCHECK_ALIGNED(GetIndex(), kObjectAlignment);
2537 DCHECK_EQ(index, GetIndex());
2544 uint32_t ImageWriter::BinSlot::GetIndex() const { function in class:art::ImageWriter::BinSlot
/art/dexlayout/
H A Ddex_ir.h378 uint32_t GetIndex() const { return index_; } function in class:art::dex_ir::IndexedItem

Completed in 122 milliseconds