HomeSort by relevance Sort by last modified time
    Searched refs:GetDexCache (Results 1 - 17 of 17) sorted by null

  /art/runtime/
class_linker-inl.h 34 mirror::DexCache* dex_cache = declaring_class->GetDexCache();
46 mirror::DexCache* dex_cache = declaring_class->GetDexCache();
56 mirror::DexCache* dex_cache = declaring_class->GetDexCache();
73 mirror::DexCache* dex_cache = declaring_class->GetDexCache();
85 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedField(field_idx);
88 mirror::DexCache* dex_cache = declaring_class->GetDexCache();
object_utils.h 86 mirror::DexCache* new_c_dex_cache = new_c->GetDexCache();
175 mirror::Class* interface = GetDexCache()->GetResolvedType(type_idx);
193 mirror::DexCache* dex_cache = GetDexCache();
204 dex_file_ = GetDexCache()->GetDexFile();
209 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
213 result = klass_->GetDexCache();
262 mirror::DexCache* new_f_dex_cache = new_f->GetDeclaringClass()->GetDexCache();
286 mirror::Class* type = GetDexCache()->GetResolvedType(field_id.type_idx_);
342 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
345 result = field_->GetDeclaringClass()->GetDexCache();
    [all...]
common_throws.cc 279 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache();
311 mirror::DexCache* dex_cache = throw_location.GetMethod()->GetDeclaringClass()->GetDexCache();
320 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();
457 *throw_location.GetMethod()->GetDeclaringClass()->GetDexCache()->GetDexFile();
exception_test.cc 46 dex_ = my_klass_->GetDexCache()->GetDexFile();
class_linker.cc 518 DCHECK(klass->IsArrayClass() || klass->IsPrimitive() || klass->GetDexCache() != NULL);
    [all...]
class_linker_test.cc 161 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetStrings(),
163 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetResolvedMethods(),
165 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetResolvedTypes(),
167 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetInitializedStaticStorage(),
193 EXPECT_TRUE(klass->GetDexCache() != NULL);
    [all...]
common_test.h 191 const mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();
thread.cc 798 const mirror::DexCache* dex_cache = c->GetDexCache();
    [all...]
class_linker.h 131 referrer->GetDexCache(),
debugger.cc     [all...]
  /art/runtime/mirror/
class.cc 387 if (GetDexCache() == dex_cache) {
432 if (GetDexCache() == dex_cache) {
478 if (GetDexCache() == dex_cache) {
527 if (dex_cache == GetDexCache()) {
class-inl.h 53 inline DexCache* Class::GetDexCache() const {
class.h 501 DexCache* GetDexCache() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 113 const DexFile& dex_file = *referring_class->GetDexCache()->GetDexFile();
218 const DexFile& dex_file = *referring_class->GetDexCache()->GetDexFile();
entrypoint_utils.h 139 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedField(field_idx);
199 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedMethod(method_idx);
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 107 kh.GetDexCache(),
318 MethodVerifier verifier(&mh.GetDexFile(), mh.GetDexCache(), mh.GetClassLoader(),
340 MethodVerifier verifier(&mh.GetDexFile(), mh.GetDexCache(), mh.GetClassLoader(),
368 MethodVerifier verifier(&mh.GetDexFile(), mh.GetDexCache(), mh.GetClassLoader(),
    [all...]

Completed in 288 milliseconds