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()615 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFast() local637 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive || in FindFieldFast()
556 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);560 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);572 bool is_primitive, bool is_static)4407 bool is_primitive) { in VerifyAGet() argument4416 if (!is_primitive) { in VerifyAGet()4437 if (is_primitive) { in VerifyAGet()4451 if (!component_type.IsReferenceTypes() && !is_primitive) { in VerifyAGet()4454 } else if (component_type.IsNonZeroReferenceTypes() && is_primitive) { in VerifyAGet()4457 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()4533 bool is_primitive) { in VerifyAPut() argument[all …]
8853 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local8856 is_primitive = true; // We lied above, so we have to expect a lie here. in LinkFields()8859 if (is_primitive) { in LinkFields()