Searched refs:GetDexCache (Results 26 - 50 of 52) sorted by relevance

123

/art/runtime/verifier/
H A Dmethod_verifier.h199 mirror::DexCache* GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dverifier_deps.cc95 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
267 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
/art/compiler/optimizing/
H A Dinstruction_builder.cc837 dex_compilation_unit_->GetDexCache(),
871 dex_compilation_unit_->GetDexCache().Get(),
1470 Handle<mirror::DexCache> dex_cache = compilation_unit.GetDexCache();
1486 Handle<mirror::DexCache> dex_cache = dex_compilation_unit_->GetDexCache();
1527 dex_compilation_unit_->GetDexCache(),
1549 dex_compilation_unit_->GetDexCache().Get(),
1857 soa, dex_compilation_unit_->GetDexCache(), class_loader, type_index, dex_compilation_unit_));
2978 type_index, compilation_unit.GetDexCache().Get(), compilation_unit.GetClassLoader().Get());
H A Doptimizing_compiler.cc1193 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
/art/runtime/interpreter/
H A Dinterpreter_common.h342 ObjPtr<mirror::String> string_ptr = method->GetDexCache()->GetResolvedString(string_idx);
345 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
H A Dunstarted_runtime.cc189 frame->GetMethod()->GetDeclaringClass()->GetDexCache(),
457 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
475 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
496 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
509 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
H A Dinterpreter_common.cc913 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache()));
1124 Handle<mirror::DexCache> dex_cache(hs.NewHandle(shadow_frame.GetMethod()->GetDexCache()));
1330 ObjPtr<mirror::Class> arg_type = method->GetDexCache()->GetResolvedType(type_idx);
/art/runtime/
H A Dclass_linker_test.cc271 EXPECT_TRUE(klass->GetDexCache() != nullptr);
963 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
984 Handle<mirror::DexCache> dex_cache = hs.NewHandle(all_fields_klass->GetDexCache());
1020 Handle<mirror::DexCache> dex_cache = hs.NewHandle(klass->GetDexCache());
1240 const Signature void_sig = I->GetDexCache()->GetDexFile()->CreateSignature("()V");
H A Dclass_linker.cc864 DCHECK(klass->IsArrayClass() || klass->IsPrimitive() || klass->GetDexCache() != nullptr);
3078 CHECK(klass->GetDexCache() != nullptr);
3834 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
3991 LOG(WARNING) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8();
4003 ClassReference ref(klass->GetDexCache()->GetDexFile(), klass->GetDexClassDefIndex());
4083 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8();
4136 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile();
4142 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8()
4164 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8()
4197 << " in " << klass->GetDexCache()
[all...]
H A Dquick_exception_handler.cc164 const DexFile* dex_file = handler_method_->GetDeclaringClass()->GetDexCache()->GetDexFile();
H A Dart_method.h628 mirror::DexCache* GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dtransaction_test.cc484 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(h_klass->GetDexCache()));
H A Dtrace.cc862 mirror::DexCache* dex_cache = method->GetDexCache();
H A Djni_internal.cc223 << " in " << c->GetDexCache()->GetLocation()->ToModifiedUtf8()
2364 << c->GetDexCache()->GetLocation()->ToModifiedUtf8();
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc474 unit_.GetDexCache(),
/art/runtime/mirror/
H A Dclass-inl.h95 inline DexCache* Class::GetDexCache() { function in class:art::mirror::Class
876 return *GetDexCache<kDefaultVerifyFlags, kWithoutReadBarrier>()->GetDexFile();
H A Dclass.h670 DexCache* GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/driver/
H A Dcompiler_driver.cc689 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
1445 Handle<mirror::DexCache> dex_cache(mUnit->GetDexCache());
1625 const DexFile& original_dex_file = *klass->GetDexCache()->GetDexFile();
2412 Handle<mirror::DexCache> dex_cache = hs.NewHandle(klass->GetDexCache());
2731 dex_cache = hs.NewHandle(klass->GetDexCache());
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1270 ObjPtr<mirror::DexCache> dex_cache = caller->GetDexCache();
2528 const DexFile* dex_file = caller_method->GetDeclaringClass()->GetDexCache()->GetDexFile();
2619 method_index, referrer->GetDexCache(), referrer->GetClassLoader());
/art/openjdkjvmti/
H A Dti_redefine.cc539 art::ObjPtr<art::mirror::DexCache> current_dex_cache(GetMirrorClass()->GetDexCache());
574 ObsoleteMap map(ext->GetObsoleteMethods(), ext->GetObsoleteDexCaches(), art_klass->GetDexCache());
H A Dti_class.cc713 if (!klass->IsProxyClass() && klass->GetDexCache() != nullptr) {
/art/dex2oat/linker/
H A Doat_writer.cc1561 declaring_class->GetDexCache(),
1961 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file)
1971 ObjPtr<mirror::DexCache> dex_cache = GetDexCache(patch.TargetTypeDexFile());
1982 linker->LookupString(patch.TargetStringIndex(), GetDexCache(patch.TargetStringDexFile()));
H A Dimage_writer.cc905 mirror::DexCache* dex_cache = klass->GetDexCache();
1370 mirror::DexCache* dex_cache = as_klass->GetDexCache();
1992 size_t oat_index = GetOatIndex(method->GetDexCache());
/art/compiler/
H A Dverifier_deps_test.cc148 Handle<mirror::DexCache> dex_cache_handle(hs.NewHandle(klass_Main_->GetDexCache()));
/art/runtime/jit/
H A Djit_code_cache.cc1653 if (cls->GetDexCache() == nullptr) {

Completed in 456 milliseconds

123