Searched refs:as_klass (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Dimage_writer.cc1086 mirror::Class* as_klass = obj->AsClass(); local
1087 mirror::DexCache* dex_cache = as_klass->GetDexCache();
1088 DCHECK_NE(as_klass->GetStatus(), mirror::Class::kStatusError);
1091 CHECK(!IsBootClassLoaderClass(as_klass)) << PrettyClass(as_klass);
1094 as_klass->GetSFieldsPtr(), as_klass->GetIFieldsPtr(),
1103 image_info.class_table_->InsertWithoutLocks(as_klass);
1137 size_t num_methods = as_klass->NumMethods();
1140 for (auto& m : as_klass
[all...]
/art/runtime/gc/space/
H A Dimage_space.cc832 mirror::Class* as_klass = obj->AsClass<kVerifyNone, kWithoutReadBarrier>(); variable
834 as_klass->FixupNativePointers<kVerifyNone, kWithoutReadBarrier>(as_klass,
839 mirror::PointerArray* const vtable = as_klass->GetVTable<kVerifyNone, kWithoutReadBarrier>();
844 mirror::IfTable* iftable = as_klass->GetIfTable<kVerifyNone, kWithoutReadBarrier>();
/art/runtime/mirror/
H A Dobject-inl.h1144 mirror::Class* as_klass = AsClass<kVerifyNone, kReadBarrierOption>(); local
1145 as_klass->VisitReferences<kVisitNativeRoots, kVerifyFlags, kReadBarrierOption>(klass,

Completed in 75 milliseconds