Home
last modified time | relevance | path

Searched refs:DexCache (Results 51 – 75 of 94) sorted by relevance

1234

/art/test/1983-structural-redefinition-failures/
Dexpected.txt8 Is Structurally modifiable class java.lang.DexCache false
/art/runtime/mirror/
Dclass.cc349 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache()
614 ArtMethod* Class::FindInterfaceMethod(ObjPtr<DexCache> dex_cache, in FindInterfaceMethod()
727 ArtMethod* Class::FindClassMethod(ObjPtr<DexCache> dex_cache, in FindClassMethod()
734 ObjPtr<DexCache> this_dex_cache = GetDexCache(); in FindClassMethod()
983 ArtField* Class::FindDeclaredInstanceField(ObjPtr<DexCache> dex_cache, uint32_t dex_field_idx) { in FindDeclaredInstanceField()
1006 ArtField* Class::FindInstanceField(ObjPtr<DexCache> dex_cache, uint32_t dex_field_idx) { in FindInstanceField()
1023 ArtField* Class::FindDeclaredStaticField(ObjPtr<DexCache> dex_cache, uint32_t dex_field_idx) { in FindDeclaredStaticField()
1061 ObjPtr<DexCache> dex_cache, in FindStaticField()
1260 ObjPtr<DexCache> dex_cache = GetDexCache(); in GetLocation()
Dobject.h48 class DexCache; variable
196 ObjPtr<DexCache> AsDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h939 inline ObjPtr<mirror::DexCache> Object::AsDexCache() { in AsDexCache()
941 return ObjPtr<DexCache>::DownCast(this); in AsDexCache()
/art/runtime/gc/space/
Dimage_space.cc531 void VisitDexCacheArrays(ObjPtr<mirror::DexCache> dex_cache) in VisitDexCacheArrays()
535 mirror::DexCache::StringsOffset(), in VisitDexCacheArrays()
538 mirror::DexCache::ResolvedTypesOffset(), in VisitDexCacheArrays()
541 mirror::DexCache::ResolvedMethodsOffset(), in VisitDexCacheArrays()
544 mirror::DexCache::ResolvedFieldsOffset(), in VisitDexCacheArrays()
548 mirror::DexCache::ResolvedMethodTypesOffset(), in VisitDexCacheArrays()
552 mirror::DexCache::ResolvedCallSitesOffset(), in VisitDexCacheArrays()
556 mirror::DexCache::PreResolvedStringsOffset(), in VisitDexCacheArrays()
621 mirror::DexCache::GetNativePairPtrSize(array, index, kPointerSize); in FixupDexCacheArrayEntry()
624 mirror::DexCache::SetNativePairPtrSize(array, index, pair, kPointerSize); in FixupDexCacheArrayEntry()
[all …]
/art/runtime/
Dhidden_api.h70 AccessContext(ObjPtr<mirror::ClassLoader> class_loader, ObjPtr<mirror::DexCache> dex_cache) in AccessContext()
100 static const DexFile* GetDexFileFromDexCache(ObjPtr<mirror::DexCache> dex_cache) in GetDexFileFromDexCache()
Dart_method.h60 class DexCache; variable
682 ObjPtr<mirror::DexCache> GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
683 ObjPtr<mirror::DexCache> GetObsoleteDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_table.cc234 const DexFile* dex_file = ObjPtr<mirror::DexCache>::DownCast(obj)->GetDexFile(); in InsertStrongRoot()
Dtransaction.cc261 void Transaction::RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, in RecordResolveString()
626 Transaction::ResolveStringLog::ResolveStringLog(ObjPtr<mirror::DexCache> dex_cache, in ResolveStringLog()
Dart_method-inl.h302 inline ObjPtr<mirror::DexCache> ArtMethod::GetDexCache() { in GetDexCache()
Druntime.h70 class DexCache; variable
572 void RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx) const
Dart_field-inl.h346 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache()
/art/tools/art_verifier/
Dart_verifier.cc83 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in Install()
/art/compiler/optimizing/
Dlicm_test.cc148 ScopedNullHandle<mirror::DexCache> dex_cache; in TEST_F()
Doptimizing_compiler.cc284 Handle<mirror::DexCache> dex_cache) const override;
289 Handle<mirror::DexCache> dex_cache) const override;
1004 Handle<mirror::DexCache> dex_cache) const { in Compile()
1135 Handle<mirror::DexCache> dex_cache) const { in JniCompile()
1224 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache())); in JitCompile()
Doptimizing_unit_test.h178 /* dex_cache= */ Handle<mirror::DexCache>()); // Invalid handle.
Dsharpening.cc327 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
Dinliner.cc754 std::vector<ObjPtr<mirror::DexCache>> dex_profile_index_to_dex_cache( in ExtractClassesFromOfflineProfile()
775 ObjPtr<mirror::DexCache> dex_cache = in ExtractClassesFromOfflineProfile()
1737 Handle<mirror::DexCache> dex_cache = in CreateInstanceFieldGet()
2000 Handle<mirror::DexCache> dex_cache = NewHandleIfDifferent(resolved_method->GetDexCache(), in TryBuildAndInlineHelper()
/art/compiler/
Dcommon_compiler_test.cc197 Handle<mirror::DexCache> dex_cache = hs.NewHandle(class_linker_->FindDexCache(self, dex_file)); in CompileMethod()
/art/runtime/jit/
Djit.cc1322 Handle<mirror::DexCache> dex_cache, in CompileMethodFromProfile()
1387 std::vector<Handle<mirror::DexCache>> dex_caches; in CompileMethodsFromBootProfile()
1436 MutableHandle<mirror::DexCache> dex_cache = hs.NewHandle<mirror::DexCache>(nullptr); in CompileMethodsFromProfile()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h333 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(method->GetDexCache())); in FindFieldFromCode()
655 ObjPtr<mirror::DexCache> dex_cache = referrer->GetDexCache(); in FindMethodFast()
Dentrypoint_utils.cc279 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in ResolveMethodTypeFromCode()
/art/oatdump/
Doatdump.cc1510 Handle<mirror::DexCache> dex_cache = hs->NewHandle( in DumpVerifier()
1940 ObjPtr<mirror::DexCache> dex_cache = in Dump()
1941 ObjPtr<mirror::DexCache>::DownCast(self->DecodeJObject(data.weak_root)); in Dump()
2250 auto* dex_cache = down_cast<mirror::DexCache*>(obj); in DumpObject()
2259 ArtMethod* elem = mirror::DexCache::GetNativePairPtrSize( in DumpObject()
2264 elem == mirror::DexCache::GetNativePairPtrSize( in DumpObject()
2293 ArtField* elem = mirror::DexCache::GetNativePairPtrSize( in DumpObject()
2298 elem == mirror::DexCache::GetNativePairPtrSize( in DumpObject()
2859 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in InstallOatFile()
/art/dex2oat/driver/
Dcompiler_driver_test.cc126 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F()
/art/runtime/verifier/
Dmethod_verifier.cc163 Handle<mirror::DexCache> dex_cache, in MethodVerifier()
793 Handle<mirror::DexCache> dex_cache_ GUARDED_BY(Locks::mutator_lock_);
5104 Handle<mirror::DexCache> dex_cache, in VerifyMethod()
5180 Handle<mirror::DexCache> dex_cache, in VerifyMethod()
5349 Handle<mirror::DexCache> dex_cache, in CalculateVerificationInfo()
5391 Handle<mirror::DexCache> dex_cache, in VerifyMethodAndDump()
5438 Handle<mirror::DexCache> dex_cache(hs.NewHandle(m->GetDexCache())); in FindLocksAtDexPc()
5466 Handle<mirror::DexCache> dex_cache, in CreateVerifier()

1234