Searched refs:objType (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/analysis/ |
D | CodeVerify.cpp | 2689 const UninitInstanceMap* uninitMap, RegType objType, int fieldIdx, in getInstField() argument 2696 if (!regTypeIsReference(objType)) { in getInstField() 2698 objType); in getInstField() 2710 if (objType == kRegTypeZero) in getInstField() 2718 objClass = regTypeReferenceToClass(objType, uninitMap); in getInstField() 2720 if (regTypeIsUninitReference(objType)) { in getInstField() 4794 RegType objType, fieldType; in verifyInstruction() local 4796 objType = getRegisterType(workLine, decInsn.vB); in verifyInstruction() 4797 instField = getInstField(meth, uninitMap, objType, decInsn.vC, in verifyInstruction() 4826 RegType objType; in verifyInstruction() local [all …]
|
/dalvik/vm/ |
D | CheckJni.cpp | 87 const char* objType = objClazz->descriptor; in checkCallResultCommon() local 88 if (strcmp(declType, objType) == 0) { in checkCallResultCommon() 91 method->clazz->descriptor, method->name, objType, declType); in checkCallResultCommon() 107 declType, objType); in checkCallResultCommon() 115 declType, objType); in checkCallResultCommon() 122 method->clazz->descriptor, method->name, objType, declType); in checkCallResultCommon()
|