Home
last modified time | relevance | path

Searched defs:GetList (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/gc/
H A Dreference_queue.h107 mirror::Reference* GetList() REQUIRES_SHARED(Locks::mutator_lock_) { in GetList() function
/aosp12/art/runtime/
H A Dthread_list.h171 std::list<Thread*> GetList() REQUIRES(Locks::thread_list_lock_) { in GetList() function
/aosp12/bionic/libc/malloc_debug/
H A DPointerData.cpp385 void PointerData::GetList(std::vector<ListInfoType>* list, bool only_with_backtrace) in GetList() function in PointerData