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

/dalvik/vm/analysis/
H A DCodeVerify.cpp100 * 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 instrTyp
[all...]
H A DCodeVerify.h95 * 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; typedef
137 RegType* regTypes;
H A DRegisterMap.cpp42 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++;
515 const RegType* regs = vdata->registerLines[addr].regTypes;
535 RegType type = regs[i];

Completed in 96 milliseconds