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.h434 const DexFile& GetDexFile() const { function in class:art::CompilerDriver::PatchInformation
H A Dcompiler_driver.cc565 dex_file = method->GetDexFile();
674 mh->GetMethod()->GetDexFile()));
1074 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1126 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1223 if (target_method->dex_file == declaring_class->GetDexCache()->GetDexFile()) {
1237 target_method->dex_file = declaring_class->GetDexCache()->GetDexFile();
1260 target_method->dex_file = declaring_class->GetDexCache()->GetDexFile();
1267 target_method->dex_file = declaring_class->GetDexCache()->GetDexFile();
1292 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1478 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.h412 inline const DexFile* ArtMethod::GetDexFile() { function in class:art::mirror::ArtMethod
413 return GetDexCache()->GetDexFile();
422 const DexFile* dex_file = method->GetDexFile();
428 const DexFile* dex_file = method->GetDexFile();
436 const DexFile* dex_file = method->GetDexFile();
446 const DexFile* dex_file = method->GetDexFile();
467 return method->GetDexFile()->GetCodeItem(method->GetCodeItemOffset());
480 return method->GetDexFile()->GetLineNumFromPC(method, dex_pc);
485 const DexFile* dex_file = method->GetDexFile();
491 const DexFile* dex_file = method->GetDexFile();
[all...]
H A Dclass-inl.h256 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetFieldId(field_idx).class_idx_;
288 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
668 inline const DexFile& Class::GetDexFile() { function in class:art::mirror::Class
669 return *GetDexCache()->GetDexFile();
680 const DexFile& dex_file = GetDexFile();

Completed in 831 milliseconds