/art/runtime/ |
D | art_method-inl.h | 158 inline const DexFile* ArtMethod::GetDexFile() { in GetDexFile() function 161 return GetDexCache<kWithoutReadBarrier>()->GetDexFile(); in GetDexFile() 170 const DexFile* dex_file = GetDexFile(); in GetDeclaringClassDescriptor() 181 const DexFile* dex_file = GetDexFile(); in GetShorty() 189 const DexFile* dex_file = GetDexFile(); in GetSignature() 199 const DexFile* dex_file = GetDexFile(); in GetName() 209 const DexFile* dex_file = GetDexFile(); in GetNameView() 219 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() 224 return GetDexFile()->GetCodeItem(GetCodeItemOffset()); in GetCodeItem() 237 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc); in GetLineNumFromDexPC() [all …]
|
D | debug_print.cc | 154 << " defined in " << target_class->GetDexFile().GetLocation() in DumpB77342775DebugData() 155 << "/" << static_cast<const void*>(&target_class->GetDexFile()) in DumpB77342775DebugData() 163 << " defined in " << src_class->GetDexFile().GetLocation() in DumpB77342775DebugData() 164 << "/" << static_cast<const void*>(&src_class->GetDexFile()) in DumpB77342775DebugData() 176 << " defined in " << src_class->GetDexFile().GetLocation() in DumpB77342775DebugData() 177 << "/" << static_cast<const void*>(&src_class->GetDexFile()) in DumpB77342775DebugData()
|
D | art_field-inl.h | 283 const DexFile* dex_file = GetDexFile(); in GetName() 295 const DexFile* dex_file = GetDexFile(); in GetTypeDescriptor() 315 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in LookupResolvedType() 325 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in ResolveType() 340 inline const DexFile* ArtField::GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function 341 return GetDexCache<kWithoutReadBarrier>()->GetDexFile(); in GetDexFile() 347 const dex::FieldId& field_id = GetDexFile()->GetFieldId(dex_field_index); in ResolveNameString()
|
D | art_method.cc | 134 const DexFile* dex_file = GetDexFile(); in FindObsoleteDexClassDefIndex() 183 const DexFile* dex_file = GetDexFile(); in HasSameNameAndSignature() 189 const DexFile* dex_file2 = other->GetDexFile(); in HasSameNameAndSignature() 235 const DexFile* dexfile = GetDexFile(); in FindDexMethodIndexInOtherDexFile() 447 const DexFile* dex_file = method->GetDexFile(); in FindOatMethodFromDexFileFor() 509 GetOatMethodIndexFromMethodIndex(declaring_class->GetDexFile(), in FindOatMethodFor() 512 OatFile::OatClass oat_class = OatFile::FindOatClass(declaring_class->GetDexFile(), in FindOatMethodFor() 522 const DexFile* dex_file = GetDexFile(); in EqualParameters() 547 const DexFile& dex_file = *GetDexFile(); in GetQuickenedInfo() 816 std::string res(m->GetDexFile()->PrettyMethod(m->GetDexMethodIndex(), with_signature)); in PrettyMethod()
|
/art/compiler/optimizing/ |
D | gvn_test.cc | 34 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 51 graph->GetDexFile(), in TEST_F() 60 graph->GetDexFile(), in TEST_F() 70 graph->GetDexFile(), in TEST_F() 82 graph->GetDexFile(), in TEST_F() 91 graph->GetDexFile(), in TEST_F() 115 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 131 graph->GetDexFile(), in TEST_F() 154 graph->GetDexFile(), in TEST_F() 164 graph->GetDexFile(), in TEST_F() [all …]
|
D | ssa_liveness_analysis_test.cc | 59 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F() 79 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 81 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 83 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F() 85 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F() 87 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F() 148 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 150 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 152 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F() 154 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F() [all …]
|
D | nodes_test.cc | 38 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 78 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 80 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 103 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 121 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
|
D | licm_test.cc | 76 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop() 129 graph_->GetDexFile(), in TEST_F() 134 false, kUnknownFieldIndex, kUnknownClassDefIndex, graph_->GetDexFile(), 0); in TEST_F() 156 graph_->GetDexFile(), in TEST_F() 167 graph_->GetDexFile(), in TEST_F()
|
D | sharpening.cc | 55 const DexFile& dex_file = klass->GetDexFile(); in BootImageAOTCanEmbedMethod() 148 const DexFile& dex_file = load_class->GetDexFile(); in ComputeLoadClassKind() 202 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind() 222 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring() 287 const DexFile& dex_file = load_string->GetDexFile(); in ProcessLoadString() 296 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
|
D | load_store_analysis_test.cc | 48 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 50 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 124 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F() 136 graph_->GetDexFile(), in TEST_F() 145 graph_->GetDexFile(), in TEST_F() 154 graph_->GetDexFile(), in TEST_F() 195 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 197 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 285 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 287 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() [all …]
|
D | inliner.cc | 177 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod( in Run() 285 if (IsSameDexFile(*method->GetDexFile(), dex_file)) { in FindMethodIndexIn() 295 const DexFile& dex_file = *compilation_unit.GetDexFile(); in FindClassIndexIn() 303 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) { in FindClassIndexIn() 426 *method->GetDexFile())) { in IsMethodUnverified() 478 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline() 765 if (!dex_cache->GetDexFile()->IsTypeIndexValid(class_ref.type_index)) { in ExtractClassesFromOfflineProfile() 767 << "is invalid in location" << dex_cache->GetDexFile()->GetLocation(); in ExtractClassesFromOfflineProfile() 778 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile() 781 .GetDexFile()->StringByTypeIdx(class_ref.type_index); in ExtractClassesFromOfflineProfile() [all …]
|
D | register_allocator_test.cc | 494 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in BuildIfElseWithPhi() 508 graph->GetDexFile(), in BuildIfElseWithPhi() 535 graph->GetDexFile(), in BuildIfElseWithPhi() 544 graph->GetDexFile(), in BuildIfElseWithPhi() 644 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in BuildFieldReturn() 658 graph->GetDexFile(), in BuildFieldReturn() 720 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildTwoSubs() 792 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildDiv() 794 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildDiv() 845 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F() [all …]
|
D | scheduler_test.cc | 101 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule() 214 HInstruction* arr = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 218 HInstruction* i = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 222 HInstruction* j = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 226 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 258 graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
|
/art/dex2oat/driver/ |
D | compiler_driver-inl.h | 41 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile()); in ResolveClass() 58 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile()); in ResolveCompilingMethodsClass() 61 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass()
|
/art/test/172-app-image-twice/ |
D | debug_print_class.cc | 28 LOG(ERROR) << "klass: " << klass.Ptr() << " dex_file: " << klass->GetDexFile().GetLocation() in Java_Main_debugPrintClass() 29 << "/" << static_cast<const void*>(&klass->GetDexFile()) in Java_Main_debugPrintClass()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 109 MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in SaveProfilingInfo() 144 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(0)); in SaveProfilingInfoWithFakeInlineCaches() 151 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches() 159 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches() 168 ProfileMethodInfo pmi(MethodReference(method->GetDexFile(), in SaveProfilingInfoWithFakeInlineCaches() 255 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 274 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 279 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 312 Hotness h = info.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 317 info.GetMethod(m->GetDexFile()->GetLocation(), in TEST_F() [all …]
|
/art/openjdkjvmti/ |
D | ti_class_definition.cc | 162 dex_file = orig_dex->AsDexCache()->GetDexFile(); in GetDexDataForRetransformation() 179 dex_file = &klass->GetDexFile(); in GetDexDataForRetransformation() 218 return &klass->GetDexFile(); in GetQuickenedDexFile() 224 return orig_dex->AsDexCache()->GetDexFile(); in GetQuickenedDexFile() 270 const art::DexFile& cur_dex = self->DecodeJObject(klass_)->AsClass()->GetDexFile(); in InitWithDex() 294 const art::DexFile& cur_dex = self->DecodeJObject(klass_)->AsClass()->GetDexFile(); in InitWithDex() 324 const art::DexFile& cur_dex = m_klass->GetDexFile(); in Init()
|
D | fixed_up_dex_file.h | 55 const art::DexFile& GetDexFile() { in GetDexFile() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 71 *method->GetDexFile(), in REQUIRES_SHARED() 82 klass->GetDexFile(), in REQUIRES_SHARED() 85 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anon4bc6c7790111::ClassData 180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField() 310 return FindAnnotationSetForMethod(*method->GetDexFile(), in FindAnnotationSetForMethod() 317 const DexFile* dex_file = method->GetDexFile(); in FindAnnotationsItemForMethod() 340 const DexFile& dex_file = klass.GetDexFile(); in FindAnnotationSetForClass() 421 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationValue() 716 const DexFile& dex_file = klass.GetDexFile(); in CreateAnnotationMember() 787 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationItemFromAnnotationSet() [all …]
|
/art/test/800-smali/ |
D | jni.cc | 34 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in Java_Main_isAotVerified()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 81 const DexFile* dex_file = outer_method->GetDexFile(); in StoreTypeInBss() 99 const DexFile* dex_file = outer_method->GetDexFile(); in StoreStringInBss() 129 return outer_method->GetDexFile() == caller->GetDexFile(); in CanReferenceBss()
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 80 DCHECK_LT(string_idx.index_, GetDexFile()->NumStringIds()); in StringSlotIndex() 94 DCHECK_EQ(num_preresolved_strings, GetDexFile()->NumStringIds()); in GetResolvedString() 120 DCHECK_LT(string_idx.index_, GetDexFile()->NumStringIds()); in SetPreResolvedString() 152 DCHECK_LT(type_idx.index_, GetDexFile()->NumTypeIds()); in TypeSlotIndex() 190 DCHECK_LT(proto_idx.index_, GetDexFile()->NumProtoIds()); in MethodTypeSlotIndex() 211 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds()); in GetResolvedCallSite() 221 DCHECK_LT(call_site_idx, GetDexFile()->NumCallSiteIds()); in SetResolvedCallSite() 240 DCHECK_LT(field_idx, GetDexFile()->NumFieldIds()); in FieldSlotIndex() 272 DCHECK_LT(method_idx, GetDexFile()->NumMethodIds()); in MethodSlotIndex()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 73 const DexFile& GetDexFile() const; 387 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileReturnVoid() 409 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileCheckCast() 444 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileInstanceFieldAccess() 455 const DexFile& DexToDexCompiler::CompilationState::GetDexFile() const { in GetDexFile() function in art::optimizer::DexToDexCompiler::CompilationState 456 return *unit_.GetDexFile(); in GetDexFile() 488 << "(" << GetDexFile().PrettyMethod(method_idx, true) << ")" in CompileInvokeVirtual() 493 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileInvokeVirtual()
|
D | quick_compiler_callbacks.cc | 64 const DexFile* dex_file = &klass->GetDexFile(); in CanUseOatStatusForVerification()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 88 << method->GetDexFile()->PrettyMethod(method_index) << " . " in GetResolvedMethod() 93 if (UNLIKELY(inlined_method->GetDexFile() != method->GetDexFile())) { in GetResolvedMethod() 103 << " in " << method->GetDexFile()->GetLocation() << "/" in GetResolvedMethod() 104 << static_cast<const void*>(method->GetDexFile()) in GetResolvedMethod() 106 << " in " << inlined_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethod() 107 << static_cast<const void*>(inlined_method->GetDexFile()) << ". " in GetResolvedMethod() 482 referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodToCall() 677 dex::TypeIndex method_type_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodFast()
|