/art/compiler/optimizing/ |
D | gvn_test.cc | 35 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 52 graph->GetDexFile(), in TEST_F() 61 graph->GetDexFile(), in TEST_F() 71 graph->GetDexFile(), in TEST_F() 83 graph->GetDexFile(), in TEST_F() 92 graph->GetDexFile(), in TEST_F() 116 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 132 graph->GetDexFile(), in TEST_F() 155 graph->GetDexFile(), in TEST_F() 165 graph->GetDexFile(), in TEST_F() [all …]
|
D | ssa_liveness_analysis_test.cc | 62 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F() 82 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 84 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 86 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F() 88 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F() 90 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F() 151 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 153 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 155 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F() 157 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F() [all …]
|
D | load_store_analysis_test.cc | 71 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 73 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 152 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F() 164 graph_->GetDexFile(), in TEST_F() 173 graph_->GetDexFile(), in TEST_F() 182 graph_->GetDexFile(), in TEST_F() 226 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 228 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() 322 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 324 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F() [all …]
|
D | licm_test.cc | 77 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop() 130 graph_->GetDexFile(), in TEST_F() 135 false, kUnknownFieldIndex, kUnknownClassDefIndex, graph_->GetDexFile(), 0); in TEST_F() 157 graph_->GetDexFile(), in TEST_F() 168 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() 215 const DexFile* referrer_dex_file = dex_compilation_unit.GetDexFile(); in ComputeLoadClassKind() 294 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind() 323 const char* descriptor = klass->GetDexFile().GetTypeDescriptor(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring() 388 const DexFile& dex_file = load_string->GetDexFile(); in ProcessLoadString() 397 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
|
D | nodes_test.cc | 151 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 191 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 193 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 216 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F() 234 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
|
D | select_generator_test.cc | 32 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters() 50 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
|
D | register_allocator_test.cc | 465 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in BuildIfElseWithPhi() 479 graph->GetDexFile(), in BuildIfElseWithPhi() 506 graph->GetDexFile(), in BuildIfElseWithPhi() 515 graph->GetDexFile(), in BuildIfElseWithPhi() 609 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in BuildFieldReturn() 623 graph->GetDexFile(), in BuildFieldReturn() 679 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildTwoSubs() 745 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildDiv() 747 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in BuildDiv() 792 graph->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F() [all …]
|
D | scheduler_test.cc | 96 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule() 208 HInstruction* arr = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 212 HInstruction* i = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 216 HInstruction* j = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 220 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 252 graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
|
D | inliner.cc | 301 if (IsSameDexFile(*method->GetDexFile(), dex_file)) { in FindMethodIndexIn() 311 const DexFile& dex_file = *compilation_unit.GetDexFile(); in FindClassIndexIn() 319 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) { in FindClassIndexIn() 745 caller_compilation_unit_.GetDexFile(), caller_compilation_unit_.GetDexMethodIndex())); in GetInlineCacheAOT() 777 const DexFile* dex_file = caller_compilation_unit_.GetDexFile(); in GetInlineCacheAOT() 809 *field->GetDexFile(), in BuildGetReceiverClass() 957 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard() 1387 MethodReference(method->GetDexFile(), method->GetDexMethodIndex()), in TryDevirtualize() 1481 if (annotations::MethodIsNeverInline(*method->GetDexFile(), in IsInliningAllowed() 1604 MethodReference(method->GetDexFile(), method->GetDexMethodIndex()), in TryBuildAndInline() [all …]
|
D | builder.cc | 45 dex_file_(&graph->GetDexFile()), in HGraphBuilder() 58 dex_file_(&graph->GetDexFile()), in HGraphBuilder()
|
/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/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 87 const DexFile* dex_file = caller->GetDexFile(); in StoreTypeInBss() 90 if (outer_method->GetDexFile()->GetOatDexFile() == nullptr || in StoreTypeInBss() 91 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreTypeInBss() 95 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreTypeInBss() 139 const DexFile* dex_file = caller->GetDexFile(); in StoreStringInBss() 142 if (outer_method->GetDexFile()->GetOatDexFile() == nullptr || in StoreStringInBss() 143 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreStringInBss() 147 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreStringInBss() 177 const DexFile* dex_file = caller->GetDexFile(); in StoreMethodTypeInBss() 180 if (outer_method->GetDexFile()->GetOatDexFile() == nullptr || in StoreMethodTypeInBss() [all …]
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 81 MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in SaveProfilingInfo() 116 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(0)); in SaveProfilingInfoWithFakeInlineCaches() 123 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches() 131 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k)); in SaveProfilingInfoWithFakeInlineCaches() 140 ProfileMethodInfo pmi(MethodReference(method->GetDexFile(), in SaveProfilingInfoWithFakeInlineCaches() 202 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 222 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 227 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() 262 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F()
|
/art/runtime/ |
D | art_method-inl.h | 377 inline const DexFile* ArtMethod::GetDexFile() { 380 return GetDexCache<kWithoutReadBarrier>()->GetDexFile(); 386 return GetDexFile()->GetMethodDeclaringClassDescriptor(GetDexMethodIndex()); 392 return GetDexFile()->GetMethodDeclaringClassDescriptorView(GetDexMethodIndex()); 402 const DexFile* dex_file = GetDexFile(); 408 const DexFile* dex_file = GetDexFile(); 416 const DexFile* dex_file = GetDexFile(); 426 const DexFile* dex_file = GetDexFile(); 436 const DexFile* dex_file = GetDexFile(); 444 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); [all …]
|
D | art_field-inl.h | 328 return GetDexFile()->GetFieldName(field_index); in GetName() 338 return GetDexFile()->GetFieldNameView(field_index); in GetNameView() 349 return GetDexFile()->GetFieldTypeDescriptor(field_index); in GetTypeDescriptor() 360 return GetDexFile()->GetFieldTypeDescriptorView(field_index); in GetTypeDescriptorView() 377 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in LookupResolvedType() 387 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in ResolveType() 402 inline const DexFile* ArtField::GetDexFile() { in GetDexFile() function 403 return GetDexCache<kWithoutReadBarrier>()->GetDexFile(); in GetDexFile() 408 return GetDexFile()->GetFieldDeclaringClassDescriptor(GetDexFieldIndex()); in GetDeclaringClassDescriptor() 413 return GetDexFile()->GetFieldDeclaringClassDescriptorView(GetDexFieldIndex()); in GetDeclaringClassDescriptorView() [all …]
|
/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/entrypoints/ |
D | entrypoint_utils-inl.h | 71 parent_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()) { in GetResolvedMethodErrorString() 78 << inlined_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString() 79 << static_cast<const void*>(inlined_method->GetDexFile()) << "). "; in GetResolvedMethodErrorString() 83 << dex_cache->GetDexFile()->PrettyMethod(method_index) << " (" in GetResolvedMethodErrorString() 84 << dex_cache->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString() 85 << static_cast<const void*>(dex_cache->GetDexFile()) << "). "; in GetResolvedMethodErrorString() 91 << parent_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString() 92 << static_cast<const void*>(parent_method->GetDexFile()) in GetResolvedMethodErrorString() 94 << outer_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethodErrorString() 95 << static_cast<const void*>(outer_method->GetDexFile()) in GetResolvedMethodErrorString() [all …]
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 70 *method->GetDexFile(), in REQUIRES_SHARED() 81 klass->GetDexFile(), in REQUIRES_SHARED() 84 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anon4bc6c7790111::ClassData 179 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField() 313 return FindAnnotationSetForMethod(*method->GetDexFile(), in FindAnnotationSetForMethod() 320 const DexFile* dex_file = method->GetDexFile(); in FindAnnotationsItemForMethod() 343 const DexFile& dex_file = klass.GetDexFile(); in FindAnnotationSetForClass() 419 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationValue() 699 const DexFile& dex_file = klass.GetDexFile(); in CreateAnnotationMember() 763 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationItemFromAnnotationSet() [all …]
|
/art/openjdkjvmti/ |
D | ti_class_definition.cc | 108 const art::DexFile& cur_dex = m_klass->GetDexFile(); in Init() 115 res = Init(*orig_dex->AsDexCache()->GetDexFile()); in Init() 135 const art::DexFile& cur_dex = m_klass->GetDexFile(); in Init() 142 return Init(m_klass->GetDexFile()); in Init()
|
/art/runtime/verifier/ |
D | reg_type-inl.h | 120 verifier->GetDexFile(), in AssignableFrom() 135 verifier->GetDexFile(), in AssignableFrom()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 44 DCHECK(GetDexFile() == nullptr); in Initialize() 194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() 206 if (GetDexFile() == nullptr) { in UnlinkStartupCaches()
|
D | dex_cache.h | 363 const DexFile* GetDexFile() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function 414 getter_setter ##Offset(), GetDexFile()->ids(), alloc_kind, startup)); \ 418 return Get ##getter_setter() == nullptr ? 0u : GetDexFile()->ids(); \ 454 DCHECK_LT(index, GetDexFile()->ids()); \ 467 DCHECK_LT(index, GetDexFile()->ids()); \ 474 bool should_allocate_full_array = ShouldAllocateFullArray(GetDexFile()->ids(), pair_size); \ 489 if (!ShouldAllocateFullArray(GetDexFile()->ids(), pair_size)) { \
|
/art/test/800-smali/ |
D | jni.cc | 34 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in Java_Main_isAotVerified()
|
/art/dex2oat/dex/ |
D | quick_compiler_callbacks.cc | 68 const DexFile* dex_file = &klass->GetDexFile(); in CanUseOatStatusForVerification()
|