Searched refs:RegType (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.c96 * 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 DCodeVerify.h87 * 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 DRegisterMap.h272 RegType** addrRegs;
H A DRegisterMap.c40 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