Searched refs:called_class (Results 1 – 1 of 1) sorted by relevance
1375 ObjPtr<mirror::Class> called_class = called->GetDeclaringClass(); in artQuickResolutionTrampoline() local1376 if (NeedsClinitCheckBeforeCall(called) && !called_class->IsVisiblyInitialized()) { in artQuickResolutionTrampoline()1379 HandleWrapperObjPtr<mirror::Class> h_called_class(hs.NewHandleWrapper(&called_class)); in artQuickResolutionTrampoline()1393 DCHECK(called_class->IsErroneous()); in artQuickResolutionTrampoline()