Searched refs:GetDexFile (Results 1 - 25 of 97) sorted by relevance

1234

/art/compiler/optimizing/
H A Dgvn_test.cc36 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
53 graph->GetDexFile(),
62 graph->GetDexFile(),
72 graph->GetDexFile(),
84 graph->GetDexFile(),
93 graph->GetDexFile(),
120 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
136 graph->GetDexFile(),
159 graph->GetDexFile(),
169 graph->GetDexFile(),
[all...]
H A Dssa_liveness_analysis_test.cc72 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt);
92 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
94 graph_->GetDexFile(), dex::TypeIndex(1), 1, Primitive::kPrimInt);
96 graph_->GetDexFile(), dex::TypeIndex(2), 2, Primitive::kPrimInt);
98 graph_->GetDexFile(), dex::TypeIndex(3), 3, Primitive::kPrimInt);
100 graph_->GetDexFile(), dex::TypeIndex(4), 4, Primitive::kPrimNot);
162 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
164 graph_->GetDexFile(), dex::TypeIndex(1), 1, Primitive::kPrimInt);
166 graph_->GetDexFile(), dex::TypeIndex(2), 2, Primitive::kPrimInt);
168 graph_->GetDexFile(), de
[all...]
H A Dnodes_arm.h42 const DexFile& GetDexFile() const { function in class:art::FINAL
H A Dsharpening.cc119 &invoke->GetBlock()->GetGraph()->GetDexFile());
158 const DexFile& dex_file = load_class->GetDexFile();
215 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) {
230 const DexFile& dex_file = load_string->GetDexFile();
239 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *compilation_unit_.GetDexFile())
H A Dlicm_test.cc77 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(),
132 graph_->GetDexFile(),
137 false, kUnknownFieldIndex, kUnknownClassDefIndex, graph_->GetDexFile(), 0);
159 graph_->GetDexFile(),
170 graph_->GetDexFile(),
H A Dnodes_test.cc38 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
81 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
83 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
109 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
130 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
H A Dnodes_mips.h52 const DexFile& GetDexFile() const { function in class:art::HMipsDexCacheArraysBase
H A Dinliner.cc157 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod(
258 if (IsSameDexFile(*method->GetDexFile(), dex_file)) {
268 const DexFile& dex_file = *compilation_unit.GetDexFile();
276 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) {
392 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
668 if (!dex_cache->GetDexFile()->IsTypeIndexValid(class_ref.type_index)) {
670 << "is invalid in location" << dex_cache->GetDexFile()->GetLocation();
681 << caller_compilation_unit_.GetDexFile()->PrettyMethod(
684 .GetDexFile()->StringByTypeIdx(class_ref.type_index);
704 *field->GetDexFile(),
[all...]
H A Dregister_allocator_test.cc498 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
512 graph->GetDexFile(),
539 graph->GetDexFile(),
548 graph->GetDexFile(),
660 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
674 graph->GetDexFile(),
744 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt);
823 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt);
825 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt);
885 graph->GetDexFile(), de
[all...]
/art/compiler/driver/
H A Dcompiler_driver-inl.h38 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile());
41 *mUnit->GetDexFile(), cls_index, dex_cache, class_loader);
53 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile());
56 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
64 DCHECK_EQ(dex_cache->GetDexFile(), dex_file);
86 return ResolveFieldWithDexFile(soa, dex_cache, class_loader, mUnit->GetDexFile(), field_idx,
141 *dex_cache->GetDexFile(), method_idx, dex_cache, class_loader, nullptr, invoke_type)
143 *dex_cache->GetDexFile(), method_id
[all...]
H A Ddex_compilation_unit.h55 const DexFile* GetDexFile() const { function in class:art::DexCompilationUnit
/art/runtime/
H A Ddex_method_iterator_test.cc39 const DexFile& dex_file = it.GetDexFile();
H A Dart_method-inl.h165 *dex_cache->GetDexFile(), type_idx, dex_cache, GetClassLoader());
225 inline const DexFile* ArtMethod::GetDexFile() { function in class:art::ArtMethod
228 return GetDexCache<kWithoutReadBarrier>()->GetDexFile();
237 const DexFile* dex_file = GetDexFile();
248 const DexFile* dex_file = GetDexFile();
256 const DexFile* dex_file = GetDexFile();
266 const DexFile* dex_file = GetDexFile();
286 return GetDexFile()->GetCodeItem(GetCodeItemOffset());
299 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc);
304 const DexFile* dex_file = GetDexFile();
[all...]
H A Ddex_file_annotations.cc51 *method->GetDexFile(),
62 klass->GetDexFile(),
65 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) {
134 const DexFile* dex_file = field->GetDexFile();
260 const DexFile* dex_file = method->GetDexFile();
283 const DexFile* dex_file = method->GetDexFile();
306 const DexFile& dex_file = klass.GetDexFile();
325 class_linker->ResolveType(klass.GetDexFile(),
384 const DexFile& dex_file = klass.GetDexFile();
440 klass.GetDexFile(), de
[all...]
H A Dclass_linker-inl.h71 *dex_cache->GetDexFile(), type_idx, dex_cache, class_loader);
87 const DexFile& dex_file = *dex_cache->GetDexFile();
113 const DexFile* dex_file = dex_cache->GetDexFile();
134 const DexFile* dex_file = h_dex_cache->GetDexFile();
169 const DexFile& dex_file = *dex_cache->GetDexFile();
H A Ddex_method_iterator.h106 const DexFile& GetDexFile() { function in class:art::DexMethodIterator
H A Dimtable-inl.h48 const DexFile* dex_file = method->GetDexFile();
H A Dart_method.cc114 const DexFile* dex_file = GetDexFile();
125 auto* dex_file = dex_cache->GetDexFile();
173 const DexFile* dex_file = GetDexFile();
179 const DexFile* dex_file2 = other->GetDexFile();
228 const DexFile* dexfile = GetDexFile();
477 const DexFile* dex_file = method->GetDexFile();
539 GetOatMethodIndexFromMethodIndex(*declaring_class->GetDexCache()->GetDexFile(),
542 OatFile::OatClass oat_class = OatFile::FindOatClass(*declaring_class->GetDexCache()->GetDexFile(),
553 auto* dex_file = dex_cache->GetDexFile();
590 const OatFile::OatDexFile* oat_dex_file = GetDexCache()->GetDexFile()
[all...]
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc68 const DexFile& GetDexFile() const { function in class:art::optimizer::DexCompiler
69 return *unit_.GetDexFile();
205 driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
214 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
234 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
266 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
285 GetDexFile(),
301 << "(" << GetDexFile().PrettyMethod(method_idx, true) << ")"
306 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
H A Dverified_method.cc91 verifier::VerifierDeps::MaybeRecordAssignability(method_verifier->GetDexFile(),
/art/runtime/openjdkjvmti/
H A Dfixed_up_dex_file.h54 const art::DexFile& GetDexFile() { function in class:openjdkjvmti::FixedUpDexFile
H A Dti_class_definition.cc105 dex_file = orig_dex->AsDexCache()->GetDexFile();
123 dex_file = &klass->GetDexFile();
159 const art::DexFile& dex_file = m_klass->GetDexFile();
/art/test/117-nopatchoat/
H A Dnopatchoat.cc34 const DexFile& dex_file = klass->GetDexFile();
/art/test/595-profile-saving/
H A Dprofile-saving.cc77 const DexFile* dex_file = soa.Decode<mirror::Class>(cls)->GetDexCache()->GetDexFile();
/art/runtime/jit/
H A Dprofile_compilation_info_test.cc93 profile_methods.emplace_back(method->GetDexFile(), method->GetDexMethodIndex());
127 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(0));
134 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k));
142 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k));
151 ProfileMethodInfo pmi(method->GetDexFile(), method->GetDexMethodIndex(), caches);
294 ASSERT_TRUE(info1.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
310 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
313 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
659 ASSERT_TRUE(info.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
662 info.GetMethod(m->GetDexFile()
[all...]

Completed in 511 milliseconds

1234