Searched refs:cellSize (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp672 int cellSize = 0; local
678 cellSize += pChainCellCounts->u.count[i] *
681 cellSize += pChainCellCounts->u.count[i] *
685 return cellSize;
1244 int cellSize = getChainCellSize(pChainCellCounts); local
1249 if (cellSize == 0)
1253 pChainCells = ((u4 *) pChainCellCounts) - cellSize -
1557 int cellSize = getChainCellSize(pChainCellCounts); local
1559 if (cellSize) {
1561 u4 *pChainCells = ((u4 *) pChainCellCounts) - cellSize
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1292 int cellSize = 0; local
1298 cellSize += pChainCellCounts->u.count[i] *
1301 cellSize += pChainCellCounts->u.count[i] *
1305 return cellSize;
1898 int cellSize = getChainCellSize(pChainCellCounts); local
1904 if (cellSize == 0)
1908 pChainCells = ((u4 *) pChainCellCounts) - cellSize -
2192 int cellSize = getChainCellSize(pChainCellCounts); local
2194 if (cellSize) {
2196 u4 *pChainCells = ((u4 *) pChainCellCounts) - cellSize
[all...]

Completed in 31 milliseconds