Lines Matching refs:u4
1077 u4 bits = encoder->skeleton;
1080 u4 operand;
1081 u4 value;
1290 static inline u4 getChainCellSize(const ChainCellCounts* pChainCellCounts)
1334 u4 *ptr = (u4 *) cUnit->codeBuffer;
1397 u4 chainCellOffset = offset;
1402 * Get the gap (# of u4) between the offset of chaining cell count and
1559 static u4 getSkeleton(ArmOpcode op)
1564 static u4 assembleChainingBranch(int branchOffset, bool thumbTarget)
1566 u4 thumb1, thumb2;
1595 void* dvmJitChain(void* tgtAddr, u4* branchAddr)
1597 int baseAddr = (u4) branchAddr + 4;
1599 u4 newInst;
1894 static u4* unchainSingle(JitEntry *trace)
1899 u4* pChainCells;
1900 u4 newInst;
1905 return (u4 *) pChainCellCounts;
1908 pChainCells = ((u4 *) pChainCellCounts) - cellSize -
1962 u4* lowAddress = NULL;
1963 u4* highAddress = NULL;
1976 u4* lastAddress;
1979 (u4*)gDvmJit.pJitEntryTable[i].codeAddress <
1998 u4 lineNum;
1999 u4 bytecodeOffset;
2004 static int addrToLineCb (void *cnxt, u4 bytecodeOffset, u4 lineNum)
2196 u4 *pChainCells = ((u4 *) pChainCellCounts) - cellSize -
2425 data = *((u4*) addr);
2505 *((u4*) addr) = data;