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

1 2 3

  /art/compiler/driver/
compiler_driver-inl.h 35 return mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile());
46 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile());
49 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
51 *mUnit->GetDexFile(), referrer_method_id.class_idx_, dex_cache, class_loader);
64 DCHECK_EQ(dex_cache->GetDexFile(), mUnit->GetDexFile());
67 *mUnit->GetDexFile(), field_idx, dex_cache, class_loader, is_static);
86 *declaring_dex_file = declaring_class->GetDexCache()->GetDexFile();
127 const DexFile* dex_file = dex_cache->GetDexFile();
    [all...]
dex_compilation_unit.h 55 const DexFile* GetDexFile() const {
compiler_driver.cc 565 dex_file = method->GetDexFile();
674 mh->GetMethod()->GetDexFile()));
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 51 const DexFile& GetDexFile() const {
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);
mir_method_info.cc 61 it->target_dex_file_ = mUnit->GetDexFile();
75 MethodReference target_method(mUnit->GetDexFile(), it->MethodIndex());
  /art/runtime/
dex_method_iterator_test.cc 38 const DexFile& dex_file = it.GetDexFile();
method_helper-inl.h 30 const DexFile* dex_file = method_->GetDexFile();
37 const DexFile* other_dex_file = other->method_->GetDexFile();
58 const DexFile* dex_file = method->GetDexFile();
72 s = Runtime::Current()->GetClassLinker()->ResolveString(*method->GetDexFile(), string_idx,
field_helper.cc 33 const DexFile* dex_file = field_->GetDexFile();
method_helper.cc 29 const DexFile* dex_file = method_->GetDexFile();
68 const DexFile* dexfile = method->GetDexFile();
109 const DexFile* dexfile = method->GetDexFile();
class_linker-inl.h 66 const DexFile& dex_file = *dex_cache->GetDexFile();
83 const DexFile& dex_file = *dex_cache->GetDexFile();
99 const DexFile& dex_file = *dex_cache->GetDexFile();
129 const DexFile* dex_file = h_dex_cache->GetDexFile();
150 const DexFile& dex_file = *dex_cache->GetDexFile();
dex_method_iterator.h 106 const DexFile& GetDexFile() {
common_throws.cc 320 const DexFile& dex_file = *dex_cache->GetDexFile();
352 const DexFile& dex_file = *dex_cache->GetDexFile();
361 const DexFile& dex_file = *dex_cache->GetDexFile();
497 *throw_location.GetMethod()->GetDeclaringClass()->GetDexCache()->GetDexFile();
  /art/test/116-nodex2oat/
nodex2oat.cc 30 const DexFile& dex_file = klass->GetDexFile();
  /art/test/118-noimage-dex2oat/
noimage-dex2oat.cc 30 const DexFile& dex_file = klass->GetDexFile();
  /art/runtime/native/
java_lang_DexCache.cc 30 const DexFile* dex_file = dex_cache->GetDexFile();
dalvik_system_VMRuntime.cc 234 const DexFile* dex_file = dex_cache->GetDexFile();
251 const DexFile* dex_file = dex_cache->GetDexFile();
280 const DexFile* dex_file = dex_cache->GetDexFile();
308 const DexFile* dex_file = dex_cache->GetDexFile();
  /art/test/117-nopatchoat/
nopatchoat.cc 30 const DexFile& dex_file = klass->GetDexFile();
  /art/compiler/
elf_patcher.cc 102 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(patch->GetDexFile())));
103 mirror::String* string = class_linker->ResolveString(patch->GetDexFile(), patch->GetStringIdx(),
105 CHECK(string != nullptr) << patch->GetDexFile().GetLocation() << " " << patch->GetStringIdx();
112 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(patch->GetDexFile())));
113 mirror::Class* klass = class_linker->ResolveType(patch->GetDexFile(), patch->GetTargetTypeIdx(),
116 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetTypeIdx();
118 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
144 const void* quick_oat_code = class_linker->GetQuickOatCodeFor(patch->GetDexFile(),
165 const DexFile::TypeId& id = tpatch->GetDexFile().GetTypeId(tpatch->GetTargetTypeIdx());
232 class_linker->GetQuickOatCodeFor(patch->GetDexFile(),
    [all...]
  /art/runtime/mirror/
art_method-inl.h 412 inline const DexFile* ArtMethod::GetDexFile() {
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...]
art_field-inl.h 251 const DexFile* dex_file = GetDexFile();
263 const DexFile* dex_file = GetDexFile();
285 inline const DexFile* ArtField::GetDexFile() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
286 return GetDexCache()->GetDexFile();
dex_cache.h 149 const DexFile* GetDexFile() ALWAYS_INLINE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
class-inl.h 256 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() {
669 return *GetDexCache()->GetDexFile();
680 const DexFile& dex_file = GetDexFile();
class.cc 731 const DexFile& dex_file = GetDexFile();
750 return &GetDexFile().GetClassDef(class_def_idx);
778 interface = Runtime::Current()->GetClassLinker()->ResolveType(klass->GetDexFile(), type_idx,
787 const DexFile& dex_file = GetDexFile();
810 return GetDexFile().GetInterfacesList(*class_def);
  /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/portable/
portable_invoke_entrypoints.cc 49 << " location: " << method->GetDexFile()->GetLocation();

Completed in 116 milliseconds

1 2 3