Home | History | Annotate | Download | only in arm

Lines Matching refs:cellAddr

1406 static bool inlineCachePatchEnqueue(PredictedChainingCell *cellAddr,
1419 if (cellAddr->clazz == NULL &&
1420 cellAddr->branch == PREDICTED_CHAIN_BX_PAIR_INIT) {
1421 cellAddr->method = newContent->method;
1422 cellAddr->branch = newContent->branch;
1423 cellAddr->counter = newContent->counter;
1429 cellAddr->clazz = newContent->clazz;
1430 cacheflush((intptr_t) cellAddr, (intptr_t) (cellAddr+1), 0);
1442 gDvmJit.compilerICPatchQueue[index].cellAddr = cellAddr;
1572 PredictedChainingCell *cellAddr =
1573 gDvmJit.compilerICPatchQueue[i].cellAddr;
1577 if (cellAddr->clazz == NULL) {
1580 cellAddr,
1587 cellAddr,
1588 cellAddr->clazz->descriptor,
1594 *cellAddr = *cellContent;
1595 minAddr = (cellAddr < minAddr) ? cellAddr : minAddr;
1596 maxAddr = (cellAddr > maxAddr) ? cellAddr : maxAddr;