Searched refs:RegType (Results 1 - 4 of 4) sorted by relevance
/dalvik/vm/analysis/ |
H A D | CodeVerify.c | 96 * Array of RegType arrays, one per address in the method. We only 100 RegType** addrRegs; 111 RegType* regAlloc; 118 static RegType getInvocationThis(const RegType* insnRegs,\ 121 static void verifyRegisterType(const RegType* insnRegs, const int insnRegCount,\ 122 u4 vsrc, RegType checkType, VerifyError* pFailure); 126 RegisterTable* regTable, RegType* workRegs, int insnIdx, 130 const RegType* addrRegs, int addr, const char* addrName, 143 * RegType an [all...] |
H A D | CodeVerify.h | 87 * Enumeration max; this is used with "full" (32-bit) RegType values. 102 * RegType holds information about the type of data held in a register. 107 typedef u4 RegType; typedef
|
H A D | RegisterMap.h | 272 RegType** addrRegs;
|
H A D | RegisterMap.c | 40 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data); 351 * Determine if the RegType value is a reference type. 357 static inline bool isReferenceType(RegType type) 370 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data) 376 RegType type = *regs++; 512 const RegType* regs = vdata->addrRegs[addr]; 532 RegType type = regs[i]; 1892 RegType. On the other hand, if we're not doing type-precise analysis 1902 * This is like RegType in the verifier, but simplified. It holds a value
|
Completed in 757 milliseconds