Home
last modified time | relevance | path

Searched refs:InlineOperation (Results 1 – 1 of 1) sorted by relevance

/external/smali/deodexerant/
Ddeodexerant.c35 typedef struct InlineOperation { struct
40 } InlineOperation; typedef
42 typedef const InlineOperation* (*dvmGetInlineOpsTablePtr)();
83 const InlineOperation *inlineTable = dvmGetInlineOpsTable(); in main()
87 InlineOperation *item = &inlineTable[i]; in main()