Home | History | Annotate | Download | only in vm

Lines Matching refs:obj2

173 static int registryCompare(const void* obj1, const void* obj2)
175 return (int) obj1 - (int) obj2;