Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp631 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()
DLower.h357 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…
DLower.cpp56 LowOpBlockLabel* traceLabelList = NULL;
431 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, in startOfTrace()
DAnalysisO1.cpp589 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila… in startOfTraceO1()