Searched refs:LowOpBlockLabel (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | CodegenInterface.cpp | 631 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleNormalChainingCell() 653 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleHotChainingCell() 672 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleBackwardBranchChainingCell() 691 … const Method *callee, int blockId, LowOpBlockLabel* labelList) in handleInvokeSingletonChainingCell() 746 LowOpBlockLabel *targetLabel) in handlePCReconstruction() 1044 LowOpBlockLabel *labelList = in dvmCompilerMIR2LIR() 1045 … (LowOpBlockLabel *)dvmCompilerNew(sizeof(LowOpBlockLabel) * cUnit->numBlocks, true); //Utility.c in dvmCompilerMIR2LIR()
|
D | Lower.h | 357 typedef struct LowOpBlockLabel { struct 360 } LowOpBlockLabel; argument 1206 extern LowOpBlockLabel* traceLabelList; 1209 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int, CompilationUnit*); 1218 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila…
|
D | Lower.cpp | 56 LowOpBlockLabel* traceLabelList = NULL; 431 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, in startOfTrace()
|
D | AnalysisO1.cpp | 589 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila… in startOfTraceO1()
|