Searched refs:RegType (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/analysis/ |
D | CodeVerify.c | 100 RegType** addrRegs; 111 RegType* regAlloc; 118 static RegType getInvocationThis(const RegType* insnRegs,\ 120 static void verifyRegisterType(const RegType* insnRegs, const int insnRegCount,\ 121 u4 vsrc, RegType checkType, bool* pOkay); 125 RegisterTable* regTable, RegType* workRegs, int insnIdx, 129 const RegType* addrRegs, int addr, const char* addrName, 249 static bool canConvertTo1nr(RegType srcType, RegType checkType) in canConvertTo1nr() 288 static bool canConvertTo2(RegType srcType, RegType checkType) in canConvertTo2() 311 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType) in checkFieldArrayStore1nr() [all …]
|
D | RegisterMap.h | 89 RegType** addrRegs;
|
D | CodeVerify.h | 107 typedef u4 RegType; typedef
|
D | RegisterMap.c | 86 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data); 200 static inline bool isReferenceType(RegType type) in isReferenceType() 213 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data) in outputTypeVector() 219 RegType type = *regs++; in outputTypeVector() 261 const RegType* regs = vdata->addrRegs[addr]; in verifyMap() 281 RegType type = regs[i]; in verifyMap()
|