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