Home | History | Annotate | Download | only in compiler

Lines Matching defs:targetOffset

1899         unsigned int targetOffset = curOffset;
1905 &targetOffset, &isInvoke, &callee);
1919 targetOffset < curOffset &&
1932 if (targetOffset == searchBB->startOffset) {
2018 (targetOffset != UNKNOWN_TARGET && targetOffset != curOffset))) {
2043 newBB->startOffset = targetOffset;
2046 if (targetOffset >= curBB->firstMIRInsn->offset &&
2047 targetOffset <= curBB->lastMIRInsn->offset) {
2056 newBB->startOffset = targetOffset;