Searched refs:pLoc1 (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpEvent.cpp446 static inline bool locationMatch(const JdwpLocation* pLoc1, argument
449 return pLoc1->idx == pLoc2->idx &&
450 pLoc1->methodId == pLoc2->methodId &&
451 pLoc1->classId == pLoc2->classId &&
452 pLoc1->typeTag == pLoc2->typeTag;

Completed in 20 milliseconds