HomeSort by relevance Sort by last modified time
    Searched refs:currentExceptionBlockIdx (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/codegen/x86/
NcgAot.cpp 125 if(jumpToException(target) && currentExceptionBlockIdx >= 0) { //jump to the exceptionThrow block
126 condJumpToBasicBlock(stream, cc, currentExceptionBlockIdx);
134 if(jumpToException(target) && currentExceptionBlockIdx >= 0) { //jump to the exceptionThrow block
135 jumpToBasicBlock(stream, currentExceptionBlockIdx);
Lower.cpp 55 int currentExceptionBlockIdx = -1;
441 currentExceptionBlockIdx = exceptionBlockId;
LowerJump.cpp 532 if(jumpToException(target) && currentExceptionBlockIdx >= 0) { //jump to the exceptionThrow block
533 condJumpToBasicBlock(stream, cc, currentExceptionBlockIdx);
556 if(jumpToException(target) && currentExceptionBlockIdx >= 0) { //jump to the exceptionThrow block
557 jumpToBasicBlock(stream, currentExceptionBlockIdx);
    [all...]
Lower.h 539 extern int currentExceptionBlockIdx;
    [all...]

Completed in 81 milliseconds