Searched refs:frame_top (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Expression/ |
D | Materializer.h | 34 void Dematerialize(Status &err, lldb::addr_t frame_top, 101 lldb::addr_t frame_top,
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 191 lldb::addr_t process_address, lldb::addr_t frame_top, in Dematerialize() argument 240 if (frame_top != LLDB_INVALID_ADDRESS && in Dematerialize() 242 location <= frame_top) { in Dematerialize() 595 lldb::addr_t process_address, lldb::addr_t frame_top, in Dematerialize() argument 839 lldb::addr_t process_address, lldb::addr_t frame_top, in Dematerialize() argument 915 !(address >= frame_bottom && address < frame_top)); in Dematerialize() 1105 lldb::addr_t process_address, lldb::addr_t frame_top, in Dematerialize() argument 1238 lldb::addr_t process_address, lldb::addr_t frame_top, in Dematerialize() argument 1396 lldb::addr_t frame_top) { in Dematerialize() argument 1427 entity_up->Dematerialize(frame_sp, *m_map, m_process_address, frame_top, in Dematerialize()
|
/external/libaom/libaom/av1/common/ |
D | cdef.c | 187 int frame_top, frame_left, frame_bottom, frame_right; in av1_cdef_frame() local 200 frame_top = (mi_row == 0) ? 1 : 0; in av1_cdef_frame() 334 if (frame_top) { in av1_cdef_frame()
|