Home
last modified time | relevance | path

Searched refs:GetDexFile (Results 1 – 25 of 134) sorted by relevance

123456

/art/compiler/optimizing/
Dgvn_test.cc35 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 …]
Dssa_liveness_analysis_test.cc62 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 …]
Dload_store_analysis_test.cc71 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 …]
Dlicm_test.cc77 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()
Dsharpening.cc56 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()
Dnodes_test.cc151 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()
Dselect_generator_test.cc32 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
50 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
Dregister_allocator_test.cc465 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 …]
Dscheduler_test.cc96 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()
Dinliner.cc301 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 …]
Dbuilder.cc45 dex_file_(&graph->GetDexFile()), in HGraphBuilder()
58 dex_file_(&graph->GetDexFile()), in HGraphBuilder()
/art/dex2oat/driver/
Dcompiler_driver-inl.h41 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/
Dquick_dexcache_entrypoints.cc87 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/
Dprofiling_info_test.cc81 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/
Dart_method-inl.h377 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 …]
Dart_field-inl.h328 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/
Ddebug_print_class.cc28 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/
Dentrypoint_utils-inl.h71 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/
Ddex_file_annotations.cc70 *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/
Dti_class_definition.cc108 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/
Dreg_type-inl.h120 verifier->GetDexFile(), in AssignableFrom()
135 verifier->GetDexFile(), in AssignableFrom()
/art/runtime/mirror/
Ddex_cache.cc44 DCHECK(GetDexFile() == nullptr); in Initialize()
194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup()
206 if (GetDexFile() == nullptr) { in UnlinkStartupCaches()
Ddex_cache.h363 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/
Djni.cc34 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in Java_Main_isAotVerified()
/art/dex2oat/dex/
Dquick_compiler_callbacks.cc68 const DexFile* dex_file = &klass->GetDexFile(); in CanUseOatStatusForVerification()

123456