Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc137 mirror::Throwable* pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure() local
138 self->SetException(pre_allocated); in ThrowEarlierClassFailure()
1748 mirror::Throwable* pre_allocated = Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass() local
1749 self->SetException(pre_allocated); in FindClass()
1770 mirror::Throwable* pre_allocated = Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass() local
1771 self->SetException(pre_allocated); in FindClass()