Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp437 FrameInfoType* a_frame = a.frame_info; in GetList() local
439 if (a_frame == nullptr && b_frame != nullptr) { in GetList()
441 } else if (a_frame != nullptr && b_frame == nullptr) { in GetList()
443 } else if (a_frame == nullptr && b_frame == nullptr) { in GetList()
448 if (a_frame->frames.size() != b_frame->frames.size()) { in GetList()
449 return a_frame->frames.size() > b_frame->frames.size(); in GetList()