Searched refs:called_class (Results 1 – 1 of 1) sorted by relevance
1187 Handle<mirror::Class> called_class(hs.NewHandle(called->GetDeclaringClass())); in artQuickResolutionTrampoline() local1188 linker->EnsureInitialized(soa.Self(), called_class, true, true); in artQuickResolutionTrampoline()1189 if (LIKELY(called_class->IsInitialized())) { in artQuickResolutionTrampoline()1208 } else if (called_class->IsInitializing()) { in artQuickResolutionTrampoline()1223 DCHECK(called_class->IsErroneous()); in artQuickResolutionTrampoline()