Searched refs:exceptionBlockId (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | CodegenInterface.cpp | 801 condJumpToBasicBlock(stream, Condition_E, cUnit->exceptionBlockId); in genHoistedChecksForCountUpLoop() 818 condJumpToBasicBlock(stream, Condition_NC, cUnit->exceptionBlockId); in genHoistedChecksForCountUpLoop() 840 condJumpToBasicBlock(stream, Condition_E, cUnit->exceptionBlockId); in genHoistedChecksForCountDownLoop() 849 condJumpToBasicBlock(stream, Condition_NC, cUnit->exceptionBlockId); in genHoistedChecksForCountDownLoop() 867 condJumpToBasicBlock(stream, Condition_C, cUnit->exceptionBlockId); in genHoistedLowerBoundCheck() 1098 cUnit->exceptionBlockId = -1; in dvmCompilerMIR2LIR() 1102 cUnit->exceptionBlockId = i; in dvmCompilerMIR2LIR() 1104 startOfTrace(cUnit->method, labelList, cUnit->exceptionBlockId, cUnit); in dvmCompilerMIR2LIR()
|
D | Lower.cpp | 431 void startOfTrace(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, in startOfTrace() argument 441 currentExceptionBlockIdx = exceptionBlockId; in startOfTrace() 451 startOfTraceO1(method, labelList, exceptionBlockId, cUnit); in startOfTrace()
|
D | Lower.h | 1218 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila…
|
D | AnalysisO1.cpp | 589 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila… in startOfTraceO1() argument
|
/dalvik/vm/compiler/ |
D | CompilerIR.h | 206 int exceptionBlockId; // the block corresponding to exception handling member
|