HomeSort by relevance Sort by last modified time
    Searched refs:dexProtoCompare (Results 1 - 5 of 5) sorted by null

  /dalvik/libdex/
DexProto.h 171 int dexProtoCompare(const DexProto* pProto1, const DexProto* pProto2);
186 * with dexProtoCompare().
DexProto.cpp 252 * Common implementation for dexProtoCompare() and dexProtoCompareParameters().
318 int dexProtoCompare(const DexProto* pProto1, const DexProto* pProto2) {
  /dalvik/vm/oo/
Class.h 218 return dexProtoCompare(&method1->prototype, &method2->prototype);
252 * with dexProtoCompare().
Class.cpp     [all...]
  /dalvik/vm/reflect/
Annotation.cpp     [all...]

Completed in 664 milliseconds