Searched defs:targetOffset (Results 1 - 2 of 2) sorted by last modified time

/dalvik/vm/compiler/
H A DFrontend.cpp1899 unsigned int targetOffset = curOffset; local
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;
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp1264 int targetOffset; local
1267 targetOffset = offsetof(Thread,
1272 targetOffset = offsetof(Thread,
1276 targetOffset = 0;
1289 targetOffset = offsetof(Thread,
1294 targetOffset = offsetof(Thread,
1299 targetOffset = 0; // make gcc happy
1312 targetOffset | (rSELF << 21);

Completed in 39 milliseconds