Home | History | Annotate | Download | only in verifier

Lines Matching refs:Primitive

1243   } else if (descriptor[0] == '[') {  // single/multi-dimensional array of object/primitive
1253 } else { // primitive array
1753 << "new-instance on primitive, interface or abstract class" << res_type;
1849 size_t elem_width = Primitive::ComponentSize(component_type.GetPrimitiveType());
2839 // primitive, skip the access check.
3306 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "primitive array type " << array_type
3333 // Primitive assignability rules are weaker than regular assignability rules.
3350 instruction_compatible = false; // reference with primitive store
3387 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "primitive array type " << array_type
3526 // expected that read is of the correct primitive type or that int reads are reading
3669 // expected that read is of the correct primitive type or that int reads are reading
3717 // Primitive field assignability rules are weaker than regular assignability rules
3734 instruction_compatible = false; // reference field with primitive store