Searched refs:inlinedMethods (Results 1 – 2 of 2) sorted by relevance
777 gDvm.inlinedMethods = in dvmInlineNativeStartup()779 if (gDvm.inlinedMethods == NULL) in dvmInlineNativeStartup()790 free(gDvm.inlinedMethods); in dvmInlineNativeShutdown()870 Method* method = gDvm.inlinedMethods[opIndex]; in dvmResolveInlineNative()885 gDvm.inlinedMethods[opIndex] = method; in dvmResolveInlineNative()
691 Method** inlinedMethods; member