Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.cpp457 FrameInfoType* b_frame = b.frame_info; in GetList() local
458 if (a_frame == nullptr && b_frame != nullptr) { in GetList()
460 } else if (a_frame != nullptr && b_frame == nullptr) { in GetList()
462 } else if (a_frame == nullptr && b_frame == nullptr) { in GetList()
467 if (a_frame->frames.size() != b_frame->frames.size()) { in GetList()
468 return a_frame->frames.size() > b_frame->frames.size(); in GetList()