Searched refs:inlinedMethods (Results 1 – 2 of 2) sorted by relevance
597 gDvm.inlinedMethods = in dvmInlineNativeStartup()599 if (gDvm.inlinedMethods == NULL) in dvmInlineNativeStartup()612 free(gDvm.inlinedMethods); in dvmInlineNativeShutdown()655 Method* method = gDvm.inlinedMethods[opIndex]; in dvmPerformInlineOp4Dbg()680 gDvm.inlinedMethods[opIndex] = method; in dvmPerformInlineOp4Dbg()
606 Method** inlinedMethods; member