Home
last modified time | relevance | path

Searched refs:exceptionBlockId (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp801 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()
DLower.cpp431 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()
DLower.h1218 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila…
DAnalysisO1.cpp589 void startOfTraceO1(const Method* method, LowOpBlockLabel* labelList, int exceptionBlockId, Compila… in startOfTraceO1() argument
/dalvik/vm/compiler/
DCompilerIR.h206 int exceptionBlockId; // the block corresponding to exception handling member