Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:sizeXA

235       n = VG_(sizeXA)(di->admin_tyents);
246 n = VG_(sizeXA)(di->admin_gexprs);
260 for (i = 0; i < VG_(sizeXA)(di->varinfo); i++) {
270 for (j = 0; j < VG_(sizeXA)( arange->vars ); j++) {
2705 have_descr = VG_(sizeXA)(described) > 0
3031 for (i = VG_(sizeXA)(di->varinfo) - 1; i >= 1; i--) {
3064 && VG_(sizeXA)(vars) > 0) );
3065 for (j = 0; j < VG_(sizeXA)( vars ); j++) {
3100 using VG_(strlen) on the contents, rather than VG_(sizeXA) on the
3142 if (VG_(sizeXA)( di->varinfo ) == 0)
3169 for (i = 0; i < VG_(sizeXA)( vars ); i++) {
3500 for (i = VG_(sizeXA)(di->varinfo) - 1; i >= 1; i--) {
3533 && VG_(sizeXA)(vars) > 0) );
3534 for (j = 0; j < VG_(sizeXA)( vars ); j++) {
3590 nScopes = VG_(sizeXA)( di->varinfo );
3604 nVars = VG_(sizeXA)( range->vars );