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

1234

/art/compiler/optimizing/
H A Dgvn_test.cc37 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
53 graph->GetDexFile(),
62 graph->GetDexFile(),
72 graph->GetDexFile(),
84 graph->GetDexFile(),
93 graph->GetDexFile(),
122 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
137 graph->GetDexFile(),
160 graph->GetDexFile(),
170 graph->GetDexFile(),
[all...]
H A Dnodes_arm.h40 const DexFile& GetDexFile() const { function in class:art::HArmDexCacheArraysBase
H A Dnodes_test.cc38 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
55 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, null_check);
81 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
83 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
109 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
130 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
140 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, with_environment);
151 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, nullptr);
157 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, nullptr);
H A Dsharpening.cc64 MethodReference target_method(&graph_->GetDexFile(), invoke->GetDexMethodIndex());
91 if (target_method.dex_file == &outer_graph->GetDexFile() &&
110 DCHECK_EQ(target_method.dex_file, &graph_->GetDexFile());
115 &graph_->GetDexFile());
160 const DexFile& dex_file = load_string->GetDexFile();
171 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *compilation_unit_.GetDexFile())
H A Dlicm_test.cc66 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
118 graph_->GetDexFile(),
124 false, kUnknownFieldIndex, kUnknownClassDefIndex, graph_->GetDexFile(), dex_cache, 0);
145 graph_->GetDexFile(),
156 graph_->GetDexFile(),
H A Dinliner.cc92 PrettyMethod(call->GetDexMethodIndex(), *outer_compilation_unit_.GetDexFile());
99 PrettyMethod(call->GetDexMethodIndex(), *outer_compilation_unit_.GetDexFile());
199 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) {
256 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
357 *field->GetDexFile(),
371 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
434 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
475 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile();
767 if (!compiler_driver_->MayInline(method->GetDexFile(),
768 outer_compilation_unit_.GetDexFile())) {
[all...]
H A Dregister_allocator_test.cc466 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
479 graph->GetDexFile(),
506 graph->GetDexFile(),
515 graph->GetDexFile(),
619 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
632 graph->GetDexFile(),
695 graph->GetDexFile(), 0, 0, Primitive::kPrimInt);
766 graph->GetDexFile(), 0, 0, Primitive::kPrimInt);
768 graph->GetDexFile(), 0, 0, Primitive::kPrimInt);
820 graph->GetDexFile(),
[all...]
H A Ddex_cache_array_fixups_arm.cc52 const DexFile& dex_file = load_string->GetDexFile();
H A Dbounds_check_elimination_test.cc73 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
75 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
170 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
172 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
234 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
236 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
298 graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
367 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
482 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
604 graph->GetDexFile(),
[all...]
/art/runtime/native/
H A Djava_lang_reflect_AbstractMethod.cc41 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetAnnotationsForMethod(method));
52 method->GetDexFile()->GetSignatureAnnotationForMethod(method));
65 return method->GetDexFile()->IsMethodAnnotationPresent(method, klass);
H A Djava_lang_reflect_Method.cc41 method->GetDexFile()->GetAnnotationForMethod(method, klass));
50 return soa.AddLocalReference<jobject>(method->GetDexFile()->GetAnnotationDefaultValue(method));
72 method->GetDexFile()->GetExceptionTypesForMethod(method);
96 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetParameterAnnotations(method));
H A Djava_lang_reflect_Constructor.cc42 method->GetDexFile()->GetAnnotationForMethod(method, klass));
61 method->GetDexFile()->GetAnnotationsForMethod(method));
70 method->GetDexFile()->GetExceptionTypesForMethod(method);
94 method->GetDexFile()->GetParameterAnnotations(method));
108 return method->GetDexFile()->IsMethodAnnotationPresent(method, klass);
H A Djava_lang_Class.cc428 klass->GetDexFile().GetAnnotationForClass(klass, annotation_class));
443 return soa.AddLocalReference<jobjectArray>(klass->GetDexFile().GetAnnotationsForClass(klass));
452 classes = klass->GetDexFile().GetDeclaredClasses(klass);
480 return soa.AddLocalReference<jclass>(klass->GetDexFile().GetEnclosingClass(klass));
490 mirror::Object* method = klass->GetDexFile().GetEnclosingMethod(klass);
507 mirror::Object* method = klass->GetDexFile().GetEnclosingMethod(klass);
532 if (!klass->GetDexFile().GetInnerClass(klass, &class_name)) {
546 klass->GetDexFile().GetSignatureAnnotationForClass(klass));
557 if (!klass->GetDexFile().GetInnerClass(klass, &class_name)) {
572 return klass->GetDexFile()
[all...]
/art/runtime/
H A Ddex_method_iterator_test.cc39 const DexFile& dex_file = it.GetDexFile();
H A Dart_method-inl.h274 inline const DexFile* ArtMethod::GetDexFile() { function in class:art::ArtMethod
275 return GetDexCache()->GetDexFile();
284 const DexFile* dex_file = GetDexFile();
290 const DexFile* dex_file = GetDexFile();
298 const DexFile* dex_file = GetDexFile();
308 const DexFile* dex_file = GetDexFile();
328 return GetDeclaringClass()->GetDexFile().GetCodeItem(GetCodeItemOffset());
341 return GetDexFile()->GetLineNumFromPC(this, dex_pc);
346 const DexFile* dex_file = GetDexFile();
352 const DexFile* dex_file = GetDexFile();
[all...]
H A Dclass_linker-inl.h71 const DexFile& dex_file = *dex_cache->GetDexFile();
87 const DexFile& dex_file = *dex_cache->GetDexFile();
103 const DexFile& dex_file = *dex_cache->GetDexFile();
131 const DexFile* dex_file = dex_cache->GetDexFile();
151 const DexFile* dex_file = h_dex_cache->GetDexFile();
181 const DexFile& dex_file = *dex_cache->GetDexFile();
H A Ddex_method_iterator.h106 const DexFile& GetDexFile() { function in class:art::DexMethodIterator
H A Dart_field-inl.h263 const DexFile* dex_file = GetDexFile();
275 const DexFile* dex_file = GetDexFile();
297 const DexFile* const dex_file = dex_cache->GetDexFile();
315 inline const DexFile* ArtField::GetDexFile() SHARED_REQUIRES(Locks::mutator_lock_) {
316 return GetDexCache()->GetDexFile();
323 const auto* dex_file = dex_cache->GetDexFile();
/art/compiler/driver/
H A Dcompiler_driver-inl.h34 return mUnit->GetClassLinker()->FindDexCache(Thread::Current(), *mUnit->GetDexFile(), false);
46 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile());
49 *mUnit->GetDexFile(), cls_index, dex_cache, class_loader);
61 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile());
64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
72 DCHECK_EQ(dex_cache->GetDexFile(), dex_file);
98 return ResolveFieldWithDexFile(soa, dex_cache, class_loader, mUnit->GetDexFile(), field_idx,
106 *declaring_dex_file = declaring_class->GetDexCache()->GetDexFile();
[all...]
H A Ddex_compilation_unit.h55 const DexFile* GetDexFile() const { function in class:art::DexCompilationUnit
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc65 const DexFile& GetDexFile() const { function in class:art::optimizer::DexCompiler
66 return *unit_.GetDexFile();
206 driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
215 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
235 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
265 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
280 MethodReference target_method(&GetDexFile(), method_idx);
296 << "(" << PrettyMethod(method_idx, GetDexFile(), true) << ")"
301 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
/art/test/117-nopatchoat/
H A Dnopatchoat.cc33 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/test/common/
H A Dstack_inspect.cc66 const DexFile& dex_file = klass->GetDexFile();
H A Druntime_state.cc40 const DexFile& dex_file = klass->GetDexFile();
80 const DexFile& dex_file = klass->GetDexFile();

Completed in 456 milliseconds

1234