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

/dalvik/vm/analysis/
H A DVerifySubs.cpp35 const char* sg = "()V"; local
37 dvmCompareNameDescriptorAndMethod(mn, sg, meth) == 0);
/dalvik/vm/interp/
H A DInterp.cpp1706 static const char* sg = "()V";
1711 strcmp(method->shorty, sg) == 0)

Completed in 156 milliseconds