Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.h129 mirror::Class* FindRecentFreedObject(const mirror::Object* obj);
Drosalloc_space.h127 mirror::Class* FindRecentFreedObject(const mirror::Object* obj);
Dmalloc_space.cc106 mirror::Class* MallocSpace::FindRecentFreedObject(const mirror::Object* obj) { in FindRecentFreedObject() function in art::gc::space::MallocSpace