Searched defs:GetDexFile (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Ddex_method_iterator.h106 const DexFile& GetDexFile() { function in class:art::DexMethodIterator
/art/compiler/driver/
H A Ddex_compilation_unit.h55 const DexFile* GetDexFile() const { function in class:art::DexCompilationUnit
H A Dcompiler_driver.h413 const DexFile& GetDexFile() const { function in class:art::CompilerDriver::PatchInformation
H A Dcompiler_driver.cc564 dex_file = method->GetDexFile();
657 mh->GetMethod()->GetDexFile()));
1008 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1060 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1148 if (target_method->dex_file == method->GetDeclaringClass()->GetDexCache()->GetDexFile()) {
1162 target_method->dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
1185 target_method->dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
1192 target_method->dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
1217 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1391 const DexFile* GetDexFile() cons function in class:art::ParallelCompilationManager
[all...]
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc51 const DexFile& GetDexFile() const { function in class:art::optimizer::DexCompiler
52 return *unit_.GetDexFile();
163 if (!driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
171 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
191 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
221 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
237 MethodReference target_method(&GetDexFile(), method_idx);
253 << "(" << PrettyMethod(method_idx, GetDexFile(), true) << ")"
258 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
/art/compiler/sea_ir/ir/
H A Dsea.h280 const art::DexFile* GetDexFile() const { function in class:sea_ir::SeaGraph
/art/runtime/mirror/
H A Dart_method-inl.h401 inline const DexFile* ArtMethod::GetDexFile() { function in class:art::mirror::ArtMethod
402 return GetInterfaceMethodIfProxy()->GetDeclaringClass()->GetDexCache()->GetDexFile();
411 const DexFile* dex_file = method->GetDexFile();
417 const DexFile* dex_file = method->GetDexFile();
425 const DexFile* dex_file = method->GetDexFile();
435 const DexFile* dex_file = method->GetDexFile();
456 return method->GetDexFile()->GetCodeItem(method->GetCodeItemOffset());
469 return method->GetDexFile()->GetLineNumFromPC(method, dex_pc);
474 const DexFile* dex_file = method->GetDexFile();
480 const DexFile* dex_file = method->GetDexFile();
[all...]
H A Dclass-inl.h265 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetFieldId(field_idx).class_idx_;
297 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
647 inline const DexFile& Class::GetDexFile() { function in class:art::mirror::Class
648 return *GetDexCache()->GetDexFile();
659 const DexFile& dex_file = GetDexFile();

Completed in 951 milliseconds