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

  /dalvik/libdex/
DexProto.h 174 int dexProtoCompareParameters(const DexProto* pProto1, const DexProto* pProto2);
DexProto.c 273 * Common implementation for dexProtoCompare() and dexProtoCompareParameters().
356 int dexProtoCompareParameters(const DexProto* pProto1, const DexProto* pProto2){
  /dalvik/vm/oo/
Class.h 226 return dexProtoCompareParameters(&method1->prototype, &method2->prototype);

Completed in 261 milliseconds