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

  /dalvik/vm/
InlineNative.c 761 gDvm.inlinedMethods =
763 if (gDvm.inlinedMethods == NULL)
774 free(gDvm.inlinedMethods);
815 Method* method = gDvm.inlinedMethods[opIndex];
840 gDvm.inlinedMethods[opIndex] = method;
Globals.h 638 Method** inlinedMethods;

Completed in 349 milliseconds