Searched defs:CompilationUnit (Results 1 – 2 of 2) sorted by relevance
197 typedef struct CompilationUnit { struct198 int numInsts;199 int numBlocks;200 GrowableList blockList;201 const Method *method;202 const JitTraceDescription *traceDesc;203 LIR *firstLIRInsn;204 LIR *lastLIRInsn;205 LIR *literalList; // Constants206 LIR *classPointerList; // Relocatable[all …]
1649 bool (*func)(CompilationUnit *, BasicBlock *), in dvmCompilerDataFlowAnalysisDispatcher()