Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp436 FrameInfoType* a_frame = a.frame_info; in GetList() local
438 if (a_frame == nullptr && b_frame != nullptr) { in GetList()
440 } else if (a_frame != nullptr && b_frame == nullptr) { in GetList()
442 } else if (a_frame == nullptr && b_frame == nullptr) { in GetList()
447 if (a_frame->frames.size() != b_frame->frames.size()) { in GetList()
448 return a_frame->frames.size() > b_frame->frames.size(); in GetList()