HomeSort by relevance Sort by last modified time
    Searched refs:GetDexFile (Results 1 - 25 of 33) sorted by null

1 2

  /art/compiler/dex/
dex_to_dex_compiler.cc 50 const DexFile& GetDexFile() const {
51 return *unit_.GetDexFile();
57 return *const_cast<DexFile*>(unit_.GetDexFile());
168 if (!driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
176 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
184 MethodReference referrer(&GetDexFile(), unit_.GetDexMethodIndex());
197 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
227 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
243 MethodReference target_method(&GetDexFile(), method_idx);
257 << "(" << PrettyMethod(method_idx, GetDexFile(), true) << ")
    [all...]
  /art/runtime/
object_utils.h 108 const DexFile& dex_file = GetDexFile();
131 return &GetDexFile().GetClassDef(class_def_idx);
177 interface = GetClassLinker()->ResolveType(GetDexFile(), type_idx, klass_);
186 const DexFile& dex_file = GetDexFile();
202 const DexFile& GetDexFile() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
204 dex_file_ = GetDexCache()->GetDexFile();
226 result = GetDexFile().GetInterfacesList(*class_def);
273 const DexFile& dex_file = GetDexFile();
284 const DexFile& dex_file = GetDexFile();
299 const DexFile& dex_file = GetDexFile();
    [all...]
dex_method_iterator_test.cc 35 const DexFile& dex_file = it.GetDexFile();
class_linker-inl.h 35 const DexFile& dex_file = *dex_cache->GetDexFile();
48 const DexFile& dex_file = *dex_cache->GetDexFile();
60 const DexFile& dex_file = *dex_cache->GetDexFile();
75 const DexFile& dex_file = *dex_cache->GetDexFile();
90 const DexFile& dex_file = *dex_cache->GetDexFile();
dex_method_iterator.h 106 const DexFile& GetDexFile() {
common_throws.cc 280 const DexFile& dex_file = *dex_cache->GetDexFile();
312 const DexFile& dex_file = *dex_cache->GetDexFile();
321 const DexFile& dex_file = *dex_cache->GetDexFile();
457 *throw_location.GetMethod()->GetDeclaringClass()->GetDexCache()->GetDexFile();
exception_test.cc 46 dex_ = my_klass_->GetDexCache()->GetDexFile();
intern_table.cc 102 const DexFile* dex_file = dex_cache->GetDexFile();
class_linker.cc     [all...]
  /art/runtime/native/
java_lang_DexCache.cc 30 const DexFile* dex_file = dex_cache->GetDexFile();
  /art/compiler/driver/
dex_compilation_unit.h 53 const DexFile* GetDexFile() const {
compiler_driver.cc 548 dex_file = &mh.GetDexFile();
634 &mh->GetDexFile()));
    [all...]
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 51 << " location: " << mh.GetDexFile().GetLocation();
  /art/compiler/
image_writer.cc 222 const DexFile& dex_file = *dex_cache->GetDexFile();
652 DexCache* dex_cache = class_linker->FindDexCache(patch->GetDexFile());
653 ArtMethod* method = class_linker->ResolveMethod(patch->GetDexFile(),
660 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetMethodIdx();
662 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetMethodIdx();
664 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
701 const void* oat_code = class_linker->GetOatCodeFor(patch->GetDexFile(),
709 const DexFile::MethodId& id = patch->GetDexFile().GetMethodId(patch->GetTargetMethodIdx());
elf_writer_mclinker.cc 242 const DexFile& dex_file = it.GetDexFile();
353 const DexFile& dex_file = it.GetDexFile();
  /art/compiler/llvm/
compiler_llvm.cc 149 *dex_compilation_unit->GetDexFile(),
154 MethodReference mref(dex_compilation_unit->GetDexFile(),
gbc_expander.cc 838 art::MethodReference target_method(dex_compilation_unit_->GetDexFile(),
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 40 : dex_file_(graph->GetDexFile()), dex_method_idx_(graph->method_idx_), type_cache_(types),
48 art::verifier::RegTypeCache* types): dex_file_(graph->GetDexFile()),
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 135 << " location: " << mh.GetDexFile().GetLocation();
169 << " location: " << mh.GetDexFile().GetLocation();
quick_trampoline_entrypoints.cc 459 dex_file = &mh.GetDexFile();
517 dex_file = &MethodHelper(called).GetDexFile();
  /art/runtime/mirror/
dex_cache.h 158 const DexFile* GetDexFile() const {
  /art/runtime/entrypoints/
entrypoint_utils.cc 113 const DexFile& dex_file = *referring_class->GetDexCache()->GetDexFile();
218 const DexFile& dex_file = *referring_class->GetDexCache()->GetDexFile();
  /art/compiler/sea_ir/debug/
dot_gen.cc 152 instruction->GetInstruction()->DumpString(graph_->GetDexFile()) + "\"";
  /art/compiler/sea_ir/ir/
sea.h 280 const art::DexFile* GetDexFile() const {
  /art/compiler/jni/portable/
jni_compiler.cc 66 const DexFile* dex_file = dex_compilation_unit_->GetDexFile();

Completed in 984 milliseconds

1 2