Home | History | Annotate | Download | only in compiler

Lines Matching refs:targetOffset

1849         unsigned int targetOffset = curOffset;
1855 &targetOffset, &isInvoke, &callee);
1869 targetOffset < curOffset &&
1882 if (targetOffset == searchBB->startOffset) {
1968 (targetOffset != UNKNOWN_TARGET && targetOffset != curOffset))) {
1993 newBB->startOffset = targetOffset;
1996 if (targetOffset >= curBB->firstMIRInsn->offset &&
1997 targetOffset <= curBB->lastMIRInsn->offset) {
2006 newBB->startOffset = targetOffset;