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

/art/runtime/
H A Dclass_linker.cc218 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); local
219 self->SetException(pre_allocated);
2555 ObjPtr<mirror::Throwable> pre_allocated = local
2557 self->SetException(pre_allocated);
2590 ObjPtr<mirror::Throwable> pre_allocated = local
2592 self->SetException(pre_allocated);

Completed in 42 milliseconds