Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:this_size

368         lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start;
370 code_size = this_size;
373 if (this_size != code_size)
375 if (this_size > code_size)
376 code_size = this_size;