Home
last modified time | relevance | path

Searched defs:CompilationUnit (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/
DCompilerIR.h197 typedef struct CompilationUnit { struct
198 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; // Constants
206 LIR *classPointerList; // Relocatable
[all …]
DDataflow.cpp1649 bool (*func)(CompilationUnit *, BasicBlock *), in dvmCompilerDataFlowAnalysisDispatcher()