Lines Matching refs:u4
516 u4 bits = encoder->skeleton;
519 u4 operand;
520 u4 value;
664 u4 *chainCellOffsetP = (u4 *) (base + PROF_COUNTER_ADDR_SIZE);
665 u4 chainCellOffset = *chainCellOffsetP;
670 static inline u4 getChainCellSize(const ChainCellCounts* pChainCellCounts)
714 u4 *ptr = (u4 *) cUnit->codeBuffer;
770 u4 chainCellOffset = offset;
775 * Get the gap (# of u4) between the offset of chaining cell count and
930 static u4 getSkeleton(MipsOpCode op)
935 static u4 assembleChainingBranch(int branchOffset, bool thumbTarget)
950 void* dvmJitChain(void* tgtAddr, u4* branchAddr)
952 u4 newInst;
1240 static u4* unchainSingle(JitEntry *trace)
1245 u4* pChainCells;
1250 return (u4 *) pChainCellCounts;
1253 pChainCells = ((u4 *) pChainCellCounts) - cellSize -
1325 u4* lowAddress = NULL;
1326 u4* highAddress = NULL;
1340 u4* lastAddress;
1343 (u4*)gDvmJit.pJitEntryTable[i].codeAddress < lowAddress)
1344 lowAddress = (u4*)gDvmJit.pJitEntryTable[i].codeAddress;
1364 u4 lineNum;
1365 u4 bytecodeOffset;
1370 static int addrToLineCb (void *cnxt, u4 bytecodeOffset, u4 lineNum)
1561 u4 *pChainCells = ((u4 *) pChainCellCounts) - cellSize -
1794 data = *((u4*) addr);
1876 *((u4*) addr) = data;