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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp783 u2 tSize, iVer; local
815 tSize = *(sizePtr);
816 sz = tSize * 4; /* expected size needed in stream */
818 for(iVer = 0; iVer < tSize; iVer++) {
838 tSize = *(sizePtr);
839 entryPtr_bytecode = (s4*)(keyPtr_bytecode + tSize);
840 sz = tSize * (sizeof(s4) + 4); /* expected size needed in stream */
842 memcpy(stream, keyPtr_bytecode, tSize*sizeof(s4));
843 stream += tSize*sizeof(s4);
844 for(iVer = 0; iVer < tSize; iVe
1124 u2 tSize = 0; local
1135 u2 tSize = *switchData++; local
1188 u2 tSize = 0; local
1200 u2 tSize = *switchData++; local
[all...]
H A DAnalysisO1.cpp3939 OpndSize tSize = getRegSize(compileTable[k].physicalType);
3942 if(tSize == OpndSize_32) {
3994 OpndSize tSize = getRegSize(compileTable[k].physicalType);
4015 if(tSize == OpndSize_32) return true;
4042 OpndSize tSize = getRegSize(compileTable[k].physicalType);
4067 if(tSize == OpndSize_32) return true;
4096 OpndSize tSize = getRegSize(compileTable[k].physicalType);
4116 if(tSize == OpndSize_32) return nextUse;
4146 OpndSize tSize = getRegSize(compileTable[k].physicalType);
4176 if(tSize
[all...]

Completed in 63 milliseconds