Searched refs:is_primitive (Results 1 – 3 of 3) sorted by relevance
317 constexpr bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFromCode() local367 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive || in FindFieldFromCode()372 is_primitive ? "primitive" : "non-primitive", in FindFieldFromCode()616 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFast() local638 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive || in FindFieldFast()
554 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);558 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);570 bool is_primitive, bool is_static)4471 bool is_primitive) { in VerifyAGet() argument4480 if (!is_primitive) { in VerifyAGet()4501 if (is_primitive) { in VerifyAGet()4515 if (!component_type.IsReferenceTypes() && !is_primitive) { in VerifyAGet()4518 } else if (component_type.IsNonZeroReferenceTypes() && is_primitive) { in VerifyAGet()4521 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()4597 bool is_primitive) { in VerifyAPut() argument[all …]
8620 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local8623 is_primitive = true; // We lied above, so we have to expect a lie here. in LinkFields()8626 if (is_primitive) { in LinkFields()