/art/dexlayout/ |
D | dex_verify.cc | 72 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 …]
|
D | dex_writer.cc | 147 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 …]
|
D | dexlayout.cc | 643 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 …]
|
D | dex_visualize.cc | 178 uint32_t method_idx = method->GetMethodId()->GetIndex(); in DumpMethodItem() 258 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in VisualizeDexLayout()
|
D | compact_dex_writer.cc | 66 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/ |
D | index_bss_mapping_encoder.h | 44 DCHECK_NE(index, entry_.GetIndex(index_bits_)); in TryMerge() 48 uint32_t diff = index - entry_.GetIndex(index_bits_); in TryMerge()
|
D | image_writer.cc | 369 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
|
D | image_writer.h | 253 uint32_t GetIndex() const;
|
/art/compiler/optimizing/ |
D | instruction_simplifier_mips.cc | 57 (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()
|
D | instruction_simplifier_arm64.cc | 201 instruction->GetIndex(), in VisitArrayGet() 212 instruction->GetIndex(), in VisitArraySet() 270 && TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) { in VisitVecLoad() 276 if (TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) { in VisitVecStore()
|
D | nodes_mips.h | 111 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
|
D | load_store_analysis.h | 120 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()
|
D | code_sinking.cc | 192 : block->GetPredecessors()[use.GetIndex()]; in FindIdealPosition() 380 environment->RemoveAsUserOfInput(use.GetIndex()); in SinkCodeToUncommonBranch() 381 environment->SetRawEnvAt(use.GetIndex(), nullptr); in SinkCodeToUncommonBranch()
|
D | instruction_simplifier_arm.cc | 215 instruction->GetIndex(), in VisitArrayGet() 236 instruction->GetIndex(), in VisitArraySet()
|
D | ssa_phi_elimination.cc | 115 user->SetRawEnvAt(use.GetIndex(), nullptr); in EliminateDeadPhis()
|
D | nodes_shared.h | 168 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
|
D | instruction_simplifier_shared.cc | 237 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) { in TryExtractArrayAccessAddress()
|
D | graph_checker.cc | 385 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()
|
D | nodes.cc | 1282 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()
|
D | ssa_liveness_analysis.cc | 216 size_t index = use.GetIndex(); in ComputeLiveRanges()
|
D | nodes.h | 1550 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 …]
|
D | ssa_builder.cc | 298 aget->GetIndex(), in CreateFloatOrDoubleEquivalentOfArrayGet()
|
/art/runtime/ |
D | index_bss_mapping.h | 53 uint32_t GetIndex(size_t index_bits) const { in GetIndex() function
|
D | index_bss_mapping.cc | 29 uint32_t diff = GetIndex(index_bits) - index; in GetBssOffset()
|
D | oat_file.cc | 500 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()
|