Searched refs:LowOpBlockLabel (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | CodegenInterface.cpp | 640 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleNormalChainingCell() 662 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleHotChainingCell() 681 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleBackwardBranchChainingCell() 700 … const Method *callee, int blockId, LowOpBlockLabel* labelList) in handleInvokeSingletonChainingCell() 761 LowOpBlockLabel *targetLabel) in handlePCReconstruction() 1059 LowOpBlockLabel *labelList = in dvmCompilerMIR2LIR() 1060 … (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()
|