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

  /dalvik/vm/analysis/
CodeVerify.cpp 100 * data (RegType array, MonitorEntries array, monitor stack).
111 static RegType getInvocationThis(const RegisterLine* registerLine,\
114 u4 vsrc, RegType checkType, VerifyError* pFailure);
135 * RegType and UninitInstanceMap utility functions
179 * use this when the RegType value is exactly equal to kRegTypeUninit, which
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
311 static bool canConvertTo2(RegType srcType, RegType checkType)
334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType
    [all...]
CodeVerify.h 95 * Enumeration max; this is used with "full" (32-bit) RegType values.
110 * RegType holds information about the type of data held in a register.
115 typedef u4 RegType;
137 RegType* regTypes;
RegisterMap.cpp 42 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data);
354 * Determine if the RegType value is a reference type.
360 static inline bool isReferenceType(RegType type)
373 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data)
379 RegType type = *regs++;
513 const RegType* regs = vdata->registerLines[addr].regTypes;
533 RegType type = regs[i];
    [all...]

Completed in 137 milliseconds