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

/dalvik/vm/
H A DInlineNative.cpp777 gDvm.inlinedMethods =
779 if (gDvm.inlinedMethods == NULL)
790 free(gDvm.inlinedMethods);
870 Method* method = gDvm.inlinedMethods[opIndex];
885 gDvm.inlinedMethods[opIndex] = method;
H A DGlobals.h688 Method** inlinedMethods; member in struct:DvmGlobals

Completed in 21 milliseconds