Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerHelper.cpp894 LowOpndRegType pType = type; in compare_VR_reg_all() local
898 pType = LowOpndRegType_xmm; in compare_VR_reg_all()
910 …reg(m, ATOM_NORMAL, size, 4*vA, PhysicalReg_FP, true, MemoryAccess_VR, vA, reg, isPhysical, pType); in compare_VR_reg_all()
917 dump_imm_reg(m, ATOM_NORMAL, size, tmpValue[0], reg, isPhysical, pType, false); in compare_VR_reg_all()
927 MemoryAccess_VR, vA, reg, isPhysical, pType); in compare_VR_reg_all()
938 dump_reg_reg_noalloc_src(m, ATOM_NORMAL, size, regAll, true, reg, isPhysical, pType); in compare_VR_reg_all()
944 MemoryAccess_VR, vA, reg, isPhysical, pType); in compare_VR_reg_all()
950 MemoryAccess_VR, vA, reg, isPhysical, pType); in compare_VR_reg_all()
1703 LowOpndRegType pType = type;//gp or xmm in get_virtual_reg_all() local
1710 pType = LowOpndRegType_xmm; in get_virtual_reg_all()
[all …]
DAnalysisO1.cpp275 DefUsePair* insertADef(int offsetPC, int regNum, LowOpndRegType pType, RegAccessType rType);
280 void insertLoadXfer(int offset, int regNum, LowOpndRegType pType);
285 DefUsePair* searchDefUseTable(int offsetPC, int regNum, LowOpndRegType pType);
1353 DefUsePair* insertADef(int offsetPC, int regNum, LowOpndRegType pType, RegAccessType rType) { argument
1362 ptr->def.physicalType = pType;
1376 regNum, pType);
1416 void insertLoadXfer(int offset, int regNum, LowOpndRegType pType) { argument
1423 currentBB->xferPoints[k].physicalType == pType)
1429 currentBB->xferPoints[currentBB->num_xfer_points].physicalType = pType;
1431 …rPoints %d: XFER_MEM_TO_XMM of VR %d %d at %d", currentBB->num_xfer_points, regNum, pType, offset);
[all …]
DLower.h585 int updateVRAtUse(int reg, LowOpndRegType pType, int regAll);
/dalvik/libdex/
DDexSwapVerify.cpp1321 DexTypeItem* pType; in swapTypeList() local
1327 pType = pTypeList->list; in swapTypeList()
1328 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList()
1331 SWAP_INDEX2(pType->typeIdx, state->pHeader->typeIdsSize); in swapTypeList()
1332 pType++; in swapTypeList()
1335 return pType; in swapTypeList()
/dalvik/vm/oo/
DClass.cpp1808 const DexTypeItem* pType = dexGetTypeItem(pInterfacesList, i); in loadClassFromDex0() local
1809 newClass->interfaces[i] = (ClassObject*)(u4) pType->typeIdx; in loadClassFromDex0()