Home
last modified time | relevance | path

Searched refs:h_called_class (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1294 Handle<mirror::Class> h_called_class = hs.NewHandle(called->GetDeclaringClass()); in artQuickResolutionTrampoline() local
1295 success = linker->EnsureInitialized(soa.Self(), h_called_class, true, true); in artQuickResolutionTrampoline()