Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc223 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure() local
224 self->SetException(pre_allocated); in ThrowEarlierClassFailure()
2690 ObjPtr<mirror::Throwable> pre_allocated = in FindClass() local
2692 self->SetException(pre_allocated); in FindClass()
2725 ObjPtr<mirror::Throwable> pre_allocated = in FindClass() local
2727 self->SetException(pre_allocated); in FindClass()