Home
last modified time | relevance | path

Searched refs:SlowCompare (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dmethod_reference.h47 DCHECK_EQ(mr1.index < mr2.index, SlowCompare(mr1, mr2)); in operator()
50 return SlowCompare(mr1, mr2); in operator()
54 bool SlowCompare(MethodReference mr1, MethodReference mr2) const { in SlowCompare() function
Dproto_reference.h53 DCHECK_EQ(lhs.index < rhs.index, SlowCompare(lhs, rhs)); in operator()
57 return SlowCompare(lhs, rhs); in operator()
61 bool SlowCompare(const ProtoReference& lhs, const ProtoReference& rhs) const { in SlowCompare() function