Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 25 of 42) sorted by relevance

12

/art/dexlayout/
Ddex_verify.cc72 orig->GetIndex(), in VerifyId()
82 if (orig->GetStringId()->GetIndex() != output->GetStringId()->GetIndex()) { in VerifyId()
84 orig->GetIndex(), in VerifyId()
86 orig->GetStringId()->GetIndex(), in VerifyId()
87 output->GetStringId()->GetIndex()); in VerifyId()
94 if (orig->Shorty()->GetIndex() != output->Shorty()->GetIndex()) { in VerifyId()
96 orig->GetIndex(), in VerifyId()
98 orig->Shorty()->GetIndex(), in VerifyId()
99 output->Shorty()->GetIndex()); in VerifyId()
102 if (orig->ReturnType()->GetIndex() != output->ReturnType()->GetIndex()) { in VerifyId()
[all …]
Ddex_writer.cc147 length = EncodeUIntValue(encoded_value->GetProtoId()->GetIndex(), buffer); in WriteEncodedValue()
150 length = EncodeUIntValue(encoded_value->GetMethodHandle()->GetIndex(), buffer); in WriteEncodedValue()
153 length = EncodeUIntValue(encoded_value->GetStringId()->GetIndex(), buffer); in WriteEncodedValue()
156 length = EncodeUIntValue(encoded_value->GetTypeId()->GetIndex(), buffer); in WriteEncodedValue()
160 length = EncodeUIntValue(encoded_value->GetFieldId()->GetIndex(), buffer); in WriteEncodedValue()
163 length = EncodeUIntValue(encoded_value->GetMethodId()->GetIndex(), buffer); in WriteEncodedValue()
199 stream->WriteUleb128(annotation->GetType()->GetIndex()); in WriteEncodedAnnotation()
203 stream->WriteUleb128(annotation_element->GetName()->GetIndex()); in WriteEncodedAnnotation()
211 uint32_t index = field->GetFieldId()->GetIndex(); in WriteEncodedFields()
221 uint32_t index = method->GetMethodId()->GetIndex(); in WriteEncodedMethods()
[all …]
Ddexlayout.cc643 fprintf(out_file_, "class_idx : %d\n", class_def->ClassType()->GetIndex()); in DumpClassDef()
647 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex(); in DumpClassDef()
653 source_file_offset = class_def->SourceFile()->GetIndex(); in DumpClassDef()
745 const uint32_t field_idx = field_id->GetIndex(); in DumpClassAnnotations()
756 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations()
767 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations()
1462 DumpSField((*static_fields)[i]->GetFieldId()->GetIndex(), in DumpClass()
1478 DumpIField((*instance_fields)[i]->GetFieldId()->GetIndex(), in DumpClass()
1493 DumpMethod((*direct_methods)[i]->GetMethodId()->GetIndex(), in DumpClass()
1509 DumpMethod((*virtual_methods)[i]->GetMethodId()->GetIndex(), in DumpClass()
[all …]
Ddex_visualize.cc178 uint32_t method_idx = method->GetMethodId()->GetIndex(); in DumpMethodItem()
258 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in VisualizeDexLayout()
Dcompact_dex_writer.cc66 const uint32_t method_idx = method_id->GetIndex(); in WriteDebugInfoOffsetTable()
255 method_idx_map.insert(std::make_pair(debug_item, method_id->GetIndex())); in SortDebugInfosByMethodIndex()
353 const uint32_t idx = method->GetMethodId()->GetIndex(); in CanGenerateCompactDex()
/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h44 DCHECK_NE(index, entry_.GetIndex(index_bits_)); in TryMerge()
48 uint32_t diff = index - entry_.GetIndex(index_bits_); in TryMerge()
Dimage_writer.cc369 size_t new_offset = bin_slot_offset + bin_slot.GetIndex(); in AssignImageOffset()
669 DCHECK_LT(bin_slot.GetIndex(), image_info.GetBinSlotSize(bin_slot.GetBin())) in IsImageBinSlotAssigned()
686 DCHECK_LT(bin_slot.GetIndex(), image_info.GetBinSlotSize(bin_slot.GetBin())); in GetImageBinSlot()
2683 DCHECK_ALIGNED(GetIndex(), kObjectAlignment); in BinSlot()
2688 DCHECK_EQ(index, GetIndex()); in BinSlot()
2695 uint32_t ImageWriter::BinSlot::GetIndex() const { in GetIndex() function in art::linker::ImageWriter::BinSlot
Dimage_writer.h253 uint32_t GetIndex() const;
/art/compiler/optimizing/
Dinstruction_simplifier_mips.cc57 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) { in TryExtractArrayAccessIndex()
122 if (TryExtractArrayAccessIndex(instruction, instruction->GetIndex(), packed_type)) { in VisitArrayGet()
129 if (TryExtractArrayAccessIndex(instruction, instruction->GetIndex(), packed_type)) { in VisitArraySet()
Dinstruction_simplifier_arm64.cc201 instruction->GetIndex(), in VisitArrayGet()
212 instruction->GetIndex(), in VisitArraySet()
270 && TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) { in VisitVecLoad()
276 if (TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) { in VisitVecStore()
Dnodes_mips.h111 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
Dload_store_analysis.h120 HInstruction* GetIndex() const { return index_; } in GetIndex() function
290 loc->GetIndex() == index && in FindHeapLocationIndex()
396 HInstruction* idx1 = loc1->GetIndex(); in ComputeMayAlias()
397 HInstruction* idx2 = loc2->GetIndex(); in ComputeMayAlias()
Dcode_sinking.cc192 : block->GetPredecessors()[use.GetIndex()]; in FindIdealPosition()
380 environment->RemoveAsUserOfInput(use.GetIndex()); in SinkCodeToUncommonBranch()
381 environment->SetRawEnvAt(use.GetIndex(), nullptr); in SinkCodeToUncommonBranch()
Dinstruction_simplifier_arm.cc215 instruction->GetIndex(), in VisitArrayGet()
236 instruction->GetIndex(), in VisitArraySet()
Dssa_phi_elimination.cc115 user->SetRawEnvAt(use.GetIndex(), nullptr); in EliminateDeadPhis()
Dnodes_shared.h168 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
Dinstruction_simplifier_shared.cc237 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) { in TryExtractArrayAccessAddress()
Dgraph_checker.cc385 size_t use_index = use.GetIndex(); in VisitInstruction()
400 size_t use_index = use.GetIndex(); in VisitInstruction()
417 (input_record.GetUseNode()->GetIndex() != i)) { in VisitInstruction()
Dnodes.cc1282 size_t index = it->GetIndex(); in ReplaceUsesDominatedBy()
1323 DCHECK_EQ(inputs_[i].GetUseNode()->GetIndex(), i - 1u); in InsertInputAt()
1333 DCHECK_EQ(inputs_[i].GetUseNode()->GetIndex(), i + 1u); in RemoveInputAt()
1372 size_t input_index = use_node.GetIndex(); in RemoveConstructorFences()
2068 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction()
3004 user->SetRawEnvAt(use.GetIndex(), nullptr); in RemoveEnvironmentUsers()
Dssa_liveness_analysis.cc216 size_t index = use.GetIndex(); in ComputeLiveRanges()
Dnodes.h1550 size_t GetIndex() const { return index_; }
2414 size_t input_index = use_node->GetIndex(); in FixUpUserRecordsAfterUseInsertion()
2424 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterUseRemoval()
2434 size_t input_index = env_use_node->GetIndex(); in FixUpUserRecordsAfterEnvUseInsertion()
2444 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterEnvUseRemoval()
3345 return other->AsClassTableGet()->GetIndex() == index_ && in InstructionDataEquals()
3350 size_t GetIndex() const { return index_; } in GetIndex() function
5369 uint8_t GetIndex() const { return index_; } in GetIndex() function
5730 DCHECK_EQ(GetIndex(), other->GetIndex()); in IsEquivalentOf()
5744 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
[all …]
Dssa_builder.cc298 aget->GetIndex(), in CreateFloatOrDoubleEquivalentOfArrayGet()
/art/runtime/
Dindex_bss_mapping.h53 uint32_t GetIndex(size_t index_bits) const { in GetIndex() function
Dindex_bss_mapping.cc29 uint32_t diff = GetIndex(index_bits) - index; in GetBssOffset()
Doat_file.cc500 CHECK_LE(index_mask_span, entry.GetIndex(index_bits)); in DCheckIndexToBssMapping()
502 CHECK_LT(prev_entry->GetIndex(index_bits), entry.GetIndex(index_bits) - index_mask_span); in DCheckIndexToBssMapping()
506 CHECK_LT(prev_entry->GetIndex(index_bits), number_of_indexes); in DCheckIndexToBssMapping()

12