Lines Matching refs:line2
1838 int insnIdx, const RegisterLine* line2)
1844 if (line2->monitorEntries == NULL)
1846 result = memcmp(line1->monitorEntries, line2->monitorEntries,
1852 result = line1->monitorStackTop - line2->monitorStackTop;
1857 result = memcmp(line1->monitorStack, line2->monitorStack,
1864 return memcmp(line1->regTypes, line2->regTypes,