HomeSort by relevance Sort by last modified time
    Searched refs:RegType (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/analysis/
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 and UninitInstanceMap utility function
    [all...]
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;
RegisterMap.h 272 RegType** addrRegs;
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];
    [all...]

Completed in 15 milliseconds