/art/runtime/ |
D | class_linker-inl.h | 34 mirror::DexCache* dex_cache = declaring_class->GetDexCache(); in ResolveString() local 46 mirror::DexCache* dex_cache = declaring_class->GetDexCache(); in ResolveType() local 56 mirror::DexCache* dex_cache = declaring_class->GetDexCache(); in ResolveType() local 73 mirror::DexCache* dex_cache = declaring_class->GetDexCache(); in ResolveMethod() local 88 mirror::DexCache* dex_cache = declaring_class->GetDexCache(); in ResolveField() local
|
D | class_linker.cc | 1042 SirtRef<mirror::DexCache> dex_cache(self, dex_caches->Get(i)); in InitFromImage() local 1180 SirtRef<mirror::DexCache> dex_cache(self, in AllocDexCache() local 1912 SirtRef<mirror::DexCache> dex_cache(self, AllocDexCache(self, dex_file)); in AppendToBootClassPath() local 1917 …ClassLinker::AppendToBootClassPath(const DexFile& dex_file, SirtRef<mirror::DexCache>& dex_cache) { in AppendToBootClassPath() 1938 …ClassLinker::RegisterDexFileLocked(const DexFile& dex_file, SirtRef<mirror::DexCache>& dex_cache) { in RegisterDexFileLocked() 1959 SirtRef<mirror::DexCache> dex_cache(self, AllocDexCache(self, dex_file)); in RegisterDexFile() local 1970 void ClassLinker::RegisterDexFile(const DexFile& dex_file, SirtRef<mirror::DexCache>& dex_cache) { in RegisterDexFile() 1979 mirror::DexCache* dex_cache = dex_caches_[i]; in FindDexCache() local 1987 mirror::DexCache* dex_cache = dex_caches_[i]; in FindDexCache() local 1994 mirror::DexCache* dex_cache = dex_caches_[i]; in FindDexCache() local [all …]
|
D | common_throws.cc | 279 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache(); in ThrowNoSuchMethodError() local 311 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache(); in ThrowNullPointerExceptionForMethodAccess() local 320 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache(); in ThrowNullPointerExceptionForMethodAccess() local
|
D | intern_table.cc | 101 mirror::DexCache* dex_cache = dex_caches->Get(i); in LookupStringFromImage() local
|
D | object_utils.h | 193 mirror::DexCache* dex_cache = GetDexCache(); in GetLocation() local 618 const mirror::DexCache* dex_cache = GetDexCache(); in GetDexFile() local
|
D | common_test.h | 191 const mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache(); in MakeExecutable() local
|
D | class_linker_test.cc | 336 mirror::DexCache* dex_cache = class_linker_->FindDexCache(*dex); in AssertDexFile() local
|
D | dex_file.cc | 942 mirror::DexCache* dex_cache, in EncodedStaticFieldValueIterator()
|
D | thread.cc | 798 const mirror::DexCache* dex_cache = c->GetDexCache(); in VisitFrame() local
|
D | debugger.cc | 2486 const mirror::DexCache* dex_cache = m->GetDeclaringClass()->GetDexCache(); in ConfigureStep() local
|
/art/runtime/mirror/ |
D | class.cc | 355 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx) const { in FindInterfaceMethod() argument 386 ArtMethod* Class::FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx) cons… in FindDeclaredDirectMethod() argument 408 ArtMethod* Class::FindDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx) const { in FindDirectMethod() argument 431 ArtMethod* Class::FindDeclaredVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx) con… in FindDeclaredVirtualMethod() argument 453 ArtMethod* Class::FindVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx) const { in FindVirtualMethod() argument 477 ArtField* Class::FindDeclaredInstanceField(const DexCache* dex_cache, uint32_t dex_field_idx) { in FindDeclaredInstanceField() 501 ArtField* Class::FindInstanceField(const DexCache* dex_cache, uint32_t dex_field_idx) { in FindInstanceField() 526 ArtField* Class::FindDeclaredStaticField(const DexCache* dex_cache, uint32_t dex_field_idx) { in FindDeclaredStaticField() 561 ArtField* Class::FindStaticField(const DexCache* dex_cache, uint32_t dex_field_idx) { in FindStaticField()
|
D | dex_cache_test.cc | 34 SirtRef<DexCache> dex_cache(soa.Self(), class_linker_->AllocDexCache(soa.Self(), in TEST_F() local
|
/art/runtime/native/ |
D | java_lang_DexCache.cc | 27 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache); in DexCache_getDexNative() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 709 mirror::DexCache* dex_cache = class_linker->FindDexCache(*dex_file); in LoadImageClasses() local 782 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAssumeTypeIsPresentInDexCache() local 802 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAssumeStringIsPresentInDexCache() local 828 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAccessTypeWithoutChecks() local 865 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAccessInstantiableTypeWithoutChecks() local 890 mirror::DexCache* dex_cache, in ComputeCompilingMethodsClass() 908 mirror::DexCache* dex_cache = mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()); in ComputeFieldReferencedFromCompilingMethod() local 919 mirror::DexCache* dex_cache = mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()); in ComputeMethodReferencedFromCompilingMethod() local 1020 mirror::DexCache* dex_cache = mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()); in ComputeStaticFieldInfo() local 1501 mirror::DexCache* dex_cache = class_linker->FindDexCache(dex_file); in ResolveClassFieldsAndMethods() local [all …]
|
D | compiler_driver_test.cc | 104 mirror::DexCache* dex_cache = class_linker_->FindDexCache(*dex); in TEST_F() local
|
/art/compiler/ |
D | elf_writer_mclinker.cc | 359 mirror::DexCache* dex_cache = linker->FindDexCache(dex_file); in FixupOatMethodOffsets() local
|
D | image_writer.cc | 652 DexCache* dex_cache = class_linker->FindDexCache(patch->GetDexFile()); in GetTargetMethod() local
|
D | oat_writer.cc | 400 mirror::DexCache* dex_cache = linker->FindDexCache(*dex_file); in InitOatCodeMethod() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 115 mirror::DexCache* dex_cache, in VerifyClass() 226 mirror::DexCache* dex_cache, in VerifyMethod() 270 const DexFile* dex_file, mirror::DexCache* dex_cache, in VerifyMethodAndDump() 284 MethodVerifier::MethodVerifier(const DexFile* dex_file, mirror::DexCache* dex_cache, in MethodVerifier()
|
/art/oatdump/ |
D | oatdump.cc | 563 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file); in DumpVRegsAtDexPc() local 621 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file); in DumpVerifier() local
|