Searched refs:GetDexCache (Results 1 - 25 of 37) sorted by relevance

12

/art/runtime/
H A Dmethod_helper-inl.h32 if (method_->GetDexCache() == other->method_->GetDexCache()) {
71 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
H A Dfield_helper.cc35 mirror::Class* type = field_->GetDexCache()->GetResolvedType(field_id.type_idx_);
H A Dclass_linker-inl.h65 Handle<mirror::DexCache> dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
81 Handle<mirror::DexCache> dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
93 mirror::DexCache* dex_cache_ptr = declaring_class->GetDexCache();
126 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
139 return field_declaring_class->GetDexCache()->GetResolvedField(field_idx);
148 Handle<mirror::DexCache> dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
206 inline mirror::DexCache* ClassLinker::GetDexCache(size_t idx) { function in class:art::ClassLinker
H A Dcommon_throws.cc319 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache();
351 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache();
360 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();
497 *throw_location.GetMethod()->GetDeclaringClass()->GetDexCache()->GetDexFile();
H A Dmethod_helper.cc34 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
H A Dquick_exception_handler.cc138 const DexFile& dex_file = *handler_method_->GetDeclaringClass()->GetDexCache()->GetDexFile();
208 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
H A Dexception_test.cc51 dex_ = my_klass_->GetDexCache()->GetDexFile();
H A Dclass_linker.cc578 DCHECK(klass->IsArrayClass() || klass->IsPrimitive() || klass->GetDexCache() != nullptr);
2419 GetOatMethodIndexFromMethodIndex(*declaring_class->GetDexCache()->GetDexFile(),
2423 if (!FindOatClass(*declaring_class->GetDexCache()->GetDexFile(),
2732 CHECK(klass->GetDexCache() != nullptr);
2899 dst->SetDexCacheResolvedMethods(klass->GetDexCache()->GetResolvedMethods());
2900 dst->SetDexCacheResolvedTypes(klass->GetDexCache()->GetResolvedTypes());
2963 mirror::DexCache* dex_cache = GetDexCache(i);
3024 mirror::DexCache* dex_cache = GetDexCache(i);
3032 mirror::DexCache* dex_cache = GetDexCache(i);
3039 mirror::DexCache* dex_cache = GetDexCache(
[all...]
H A Dclass_linker_test.cc170 method->GetDeclaringClass()->GetDexCache()->GetResolvedMethods()));
172 method->GetDeclaringClass()->GetDexCache()->GetResolvedTypes()));
198 EXPECT_TRUE(klass->GetDexCache() != NULL);
206 EXPECT_EQ(klass->GetDexCacheStrings(), klass->GetDexCache()->GetStrings());
934 const Signature void_sig = I->GetDexCache()->GetDexFile()->CreateSignature("()V");
/art/runtime/verifier/
H A Dmethod_verifier-inl.h45 inline mirror::DexCache* MethodVerifier::GetDexCache() { function in class:art::verifier::MethodVerifier
H A Dmethod_verifier.h233 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/dex/
H A Dmir_field_info.cc47 Handle<mirror::DexCache> dex_cache(hs.NewHandle(compiler_driver->GetDexCache(mUnit)));
94 Handle<mirror::DexCache> dex_cache(hs.NewHandle(compiler_driver->GetDexCache(mUnit)));
H A Dmir_method_info.cc49 Handle<mirror::DexCache> dex_cache(hs.NewHandle(compiler_driver->GetDexCache(mUnit)));
H A Dverified_method.cc234 mirror::ArtMethod* abstract_method = method_verifier->GetDexCache()->GetResolvedMethod(
258 concrete_method->GetDeclaringClass()->GetDexCache()->GetDexFile(),
/art/compiler/driver/
H A Dcompiler_driver-inl.h34 inline mirror::DexCache* CompilerDriver::GetDexCache(const DexCompilationUnit* mUnit) { function in class:art::CompilerDriver
86 *declaring_dex_file = declaring_class->GetDexCache()->GetDexFile();
129 if (LIKELY(fields_class->GetDexCache() == dex_cache)) {
193 *declaring_dex_file = declaring_class->GetDexCache()->GetDexFile();
243 CHECK(referrer_class->GetDexCache()->GetResolvedMethod(target_method->dex_method_index) ==
H A Dcompiler_driver.cc1223 if (target_method->dex_file == declaring_class->GetDexCache()->GetDexFile()) {
1237 target_method->dex_file = declaring_class->GetDexCache()->GetDexFile();
1260 target_method->dex_file = declaring_class->GetDexCache()->GetDexFile();
1267 target_method->dex_file = declaring_class->GetDexCache()->GetDexFile();
1555 const DexFile& original_dex_file = *klass->GetDexCache()->GetDexFile();
/art/runtime/mirror/
H A Dart_field-inl.h281 inline mirror::DexCache* ArtField::GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
282 return GetDeclaringClass()->GetDexCache();
286 return GetDexCache()->GetDexFile();
H A Dclass.cc436 if (GetDexCache() == dex_cache) {
498 if (GetDexCache() == dex_cache) {
567 if (GetDexCache() == dex_cache) {
614 if (dex_cache == GetDexCache()) {
776 mirror::Class* interface = klass->GetDexCache()->GetResolvedType(type_idx);
797 mirror::DexCache* dex_cache = GetDexCache();
H A Dart_method-inl.h413 return GetDexCache()->GetDexFile();
529 inline mirror::DexCache* ArtMethod::GetDexCache() { function in class:art::mirror::ArtMethod
530 return GetInterfaceMethodIfProxy()->GetDeclaringClass()->GetDexCache();
H A Dart_field.h166 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dclass-inl.h63 inline DexCache* Class::GetDexCache() { function in class:art::mirror::Class
255 DexCache* referrer_dex_cache = use_referrers_cache ? this->GetDexCache() : dex_cache;
287 DexCache* referrer_dex_cache = use_referrers_cache ? this->GetDexCache() : dex_cache;
669 return *GetDexCache()->GetDexFile();
/art/compiler/
H A Dimage_writer.cc612 DexCache* dex_cache = class_linker->GetDexCache(i);
670 DexCache* dex_cache = class_linker->GetDexCache(idx);
782 dex_caches->Set<false>(i, class_linker->GetDexCache(i));
H A Dcommon_compiler_test.cc158 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();
/art/runtime/quick/
H A Dinline_method_analyser.cc332 mirror::DexCache* dex_cache = verifier->GetDexCache();
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h483 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedField(field_idx);
543 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedMethod(method_idx);

Completed in 229 milliseconds

12