Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:ivar

1013             ivar_t ivar;
1017 ivar.Read(process, ivar_list.m_first_ptr + (i * ivar_list.m_entsize));
1019 if (ivar_func(ivar.m_name.c_str(), ivar.m_type.c_str(), ivar.m_offset_ptr, ivar.m_size))