Home
last modified time | relevance | path

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

/dalvik/vm/analysis/
DCodeVerify.cpp111 static RegType getInvocationThis(const RegisterLine* registerLine,\
114 u4 vsrc, RegType checkType, VerifyError* pFailure);
267 static bool canConvertTo1nr(RegType srcType, RegType checkType) in canConvertTo1nr()
311 static bool canConvertTo2(RegType srcType, RegType checkType) in canConvertTo2()
334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType) in checkFieldArrayStore1nr()
342 static RegType primitiveTypeToRegType(PrimitiveType primType) in primitiveTypeToRegType()
365 static RegType constTypeToRegType(RegType constType) in constTypeToRegType()
533 static inline bool regTypeIsReference(RegType type) { in regTypeIsReference()
539 static inline bool regTypeIsUninitReference(RegType type) { in regTypeIsUninitReference()
545 static ClassObject* regTypeInitializedReferenceToClass(RegType type) in regTypeInitializedReferenceToClass()
[all …]
DCodeVerify.h115 typedef u4 RegType; typedef
137 RegType* regTypes;
DRegisterMap.cpp42 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data);
360 static inline bool isReferenceType(RegType type) in isReferenceType()
373 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data) in outputTypeVector()
379 RegType type = *regs++; in outputTypeVector()
515 const RegType* regs = vdata->registerLines[addr].regTypes; in verifyMap()
535 RegType type = regs[i]; in verifyMap()