Searched refs:linked_class (Results 1 – 1 of 1) sorted by relevance
2101 CHECK(linked_class->IsResolved()); in AllocateNewClassObject()2104 linked_class->SetVerificationAttempted(); in AllocateNewClassObject()2108 linked_class->SetSkipHiddenApiChecks(); in AllocateNewClassObject()2112 linker->ForceClassInitialized(driver_->self_, linked_class); in AllocateNewClassObject()2113 } else if (old_class->GetStatus() > linked_class->GetStatus()) { in AllocateNewClassObject()2120 if (!art::mirror::Class::EnsureInstanceFieldIds(linked_class) || in AllocateNewClassObject()2121 !art::mirror::Class::EnsureStaticFieldIds(linked_class) || in AllocateNewClassObject()2122 !art::mirror::Class::EnsureMethodIds(linked_class)) { in AllocateNewClassObject()2141 DCHECK_EQ(f->GetDeclaringClass(), linked_class.Get()); in AllocateNewClassObject()2146 linked_class->SetClinitThreadId(old_class->GetClinitThreadId()); in AllocateNewClassObject()[all …]