/art/runtime/ |
D | art_method-inl.h | 160 inline const DexFile* ArtMethod::GetDexFile() { in GetDexFile() function 163 return GetDexCache<kWithoutReadBarrier>()->GetDexFile(); in GetDexFile() 172 const DexFile* dex_file = GetDexFile(); in GetDeclaringClassDescriptor() 183 const DexFile* dex_file = GetDexFile(); in GetShorty() 191 const DexFile* dex_file = GetDexFile(); in GetSignature() 201 const DexFile* dex_file = GetDexFile(); in GetName() 211 const DexFile* dex_file = GetDexFile(); in GetNameView() 221 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() 232 ? GetDexFile()->GetCodeItem(reinterpret_cast32<uint32_t>(GetDataPtrSize(pointer_size))) in GetCodeItem() 247 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 | 294 const DexFile* dex_file = GetDexFile(); in GetName() 306 const DexFile* dex_file = GetDexFile(); in GetTypeDescriptor() 326 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in LookupResolvedType() 336 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in ResolveType() 351 inline const DexFile* ArtField::GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function 352 return GetDexCache<kWithoutReadBarrier>()->GetDexFile(); in GetDexFile() 358 const dex::FieldId& field_id = GetDexFile()->GetFieldId(dex_field_index); in ResolveNameString()
|
D | art_method.cc | 146 const DexFile* dex_file = GetDexFile(); in FindObsoleteDexClassDefIndex() 193 const DexFile* dex_file = GetDexFile(); in HasSameNameAndSignature() 199 const DexFile* dex_file2 = other->GetDexFile(); in HasSameNameAndSignature() 245 const DexFile* dexfile = GetDexFile(); in FindDexMethodIndexInOtherDexFile() 439 const DexFile* dex_file = method->GetDexFile(); in FindOatMethodFromDexFileFor() 501 GetOatMethodIndexFromMethodIndex(declaring_class->GetDexFile(), in FindOatMethodFor() 504 OatFile::OatClass oat_class = OatFile::FindOatClass(declaring_class->GetDexFile(), in FindOatMethodFor() 514 const DexFile* dex_file = GetDexFile(); in EqualParameters() 797 std::string res(m->GetDexFile()->PrettyMethod(m->GetDexMethodIndex(), with_signature)); in PrettyMethod() 851 reinterpret_cast<uintptr_t>(code_item) | (GetDexFile()->IsCompactDexFile() ? 1 : 0); in SetCodeItem()
|
/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 | 61 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F() 81 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 83 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 85 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F() 87 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F() 89 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F() 150 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 152 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 154 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F() 156 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F() [all …]
|
D | load_store_analysis_test.cc | 80 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 82 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 160 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F() 172 graph_->GetDexFile(), in TEST_F() 181 graph_->GetDexFile(), in TEST_F() 190 graph_->GetDexFile(), in TEST_F() 235 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 237 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 329 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 331 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() [all …]
|
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 | 56 const DexFile& dex_file = klass->GetDexFile(); in BootImageAOTCanEmbedMethod() 170 const DexFile& dex_file = load_class->GetDexFile(); in ComputeLoadClassKind() 205 const DexFile* referrer_dex_file = dex_compilation_unit.GetDexFile(); in ComputeLoadClassKind() 278 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind() 301 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring() 366 const DexFile& dex_file = load_string->GetDexFile(); in ProcessLoadString() 375 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
|
D | nodes_test.cc | 150 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 190 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 192 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 215 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 233 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
|
D | select_generator_test.cc | 31 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters() 49 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
|
D | register_allocator_test.cc | 496 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in BuildIfElseWithPhi() 510 graph->GetDexFile(), in BuildIfElseWithPhi() 537 graph->GetDexFile(), in BuildIfElseWithPhi() 546 graph->GetDexFile(), in BuildIfElseWithPhi() 646 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in BuildFieldReturn() 660 graph->GetDexFile(), in BuildFieldReturn() 722 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildTwoSubs() 794 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildDiv() 796 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildDiv() 847 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F() [all …]
|
D | scheduler_test.cc | 95 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule() 207 HInstruction* arr = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 211 HInstruction* i = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 215 HInstruction* j = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 219 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 251 graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
|
D | inliner.cc | 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() 394 *method->GetDexFile())) { in IsMethodUnverified() 648 caller_compilation_unit_.GetDexFile(), caller_compilation_unit_.GetDexMethodIndex())); in GetInlineCacheAOT() 673 const DexFile* dex_file = caller_compilation_unit_.GetDexFile(); in GetInlineCacheAOT() 704 *field->GetDexFile(), in BuildGetReceiverClass() 843 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard() 1254 MethodReference(method->GetDexFile(), method->GetDexMethodIndex()), in TryDevirtualize() 1425 MethodReference(method->GetDexFile(), method->GetDexMethodIndex()), in TryBuildAndInline() [all …]
|
/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/runtime/jit/ |
D | profiling_info_test.cc | 78 MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in SaveProfilingInfo() 113 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(0)); in SaveProfilingInfoWithFakeInlineCaches() 120 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches() 128 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches() 137 ProfileMethodInfo pmi(MethodReference(method->GetDexFile(), in SaveProfilingInfoWithFakeInlineCaches() 196 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 216 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 221 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 256 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F()
|
/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/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() 701 const DexFile& dex_file = klass.GetDexFile(); in CreateAnnotationMember() 766 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationItemFromAnnotationSet() [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/mirror/ |
D | dex_cache-inl.h | 79 DCHECK_LT(string_idx.index_, GetDexFile()->NumStringIds()); in StringSlotIndex() 93 DCHECK_EQ(num_preresolved_strings, GetDexFile()->NumStringIds()); in GetResolvedString() 119 DCHECK_LT(string_idx.index_, GetDexFile()->NumStringIds()); in SetPreResolvedString() 151 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() 258 DCHECK_LT(method_idx, GetDexFile()->NumMethodIds()); in MethodSlotIndex()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 84 const DexFile* dex_file = outer_method->GetDexFile(); in StoreTypeInBss() 112 const DexFile* dex_file = outer_method->GetDexFile(); in StoreStringInBss() 142 return outer_method->GetDexFile() == caller->GetDexFile(); in CanReferenceBss()
|
/art/test/800-smali/ |
D | jni.cc | 34 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in Java_Main_isAotVerified()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 89 << method->GetDexFile()->PrettyMethod(method_index) << " . " in GetResolvedMethod() 94 if (UNLIKELY(inlined_method->GetDexFile() != method->GetDexFile())) { in GetResolvedMethod() 104 << " in " << method->GetDexFile()->GetLocation() << "/" in GetResolvedMethod() 105 << static_cast<const void*>(method->GetDexFile()) in GetResolvedMethod() 107 << " in " << inlined_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethod() 108 << static_cast<const void*>(inlined_method->GetDexFile()) << ". " in GetResolvedMethod() 476 referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodToCall() 670 dex::TypeIndex method_type_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodFast()
|
/art/dex2oat/dex/ |
D | quick_compiler_callbacks.cc | 64 const DexFile* dex_file = &klass->GetDexFile(); in CanUseOatStatusForVerification()
|