Searched defs:called_class (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc393 mirror::Class* called_class = called->GetDeclaringClass(); local
394 linker->EnsureInitialized(called_class, true, true);
395 if (LIKELY(called_class->IsInitialized())) {
403 } else if (called_class->IsInitializing()) {
419 DCHECK(called_class->IsErroneous());
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc541 mirror::Class* called_class = called->GetDeclaringClass(); local
542 linker->EnsureInitialized(called_class, true, true);
543 if (LIKELY(called_class->IsInitialized())) {
545 } else if (called_class->IsInitializing()) {
555 DCHECK(called_class->IsErroneous());

Completed in 77 milliseconds