Searched refs:is_primitive (Results 1 – 2 of 2) sorted by relevance
534 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);538 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);550 bool is_primitive, bool is_static)4325 bool is_primitive) { in VerifyAGet() argument4334 if (!is_primitive) { in VerifyAGet()4354 if (is_primitive) { in VerifyAGet()4367 if (!component_type.IsReferenceTypes() && !is_primitive) { in VerifyAGet()4370 } else if (component_type.IsNonZeroReferenceTypes() && is_primitive) { in VerifyAGet()4373 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()4449 bool is_primitive) { in VerifyAPut() argument[all …]
9535 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local9538 is_primitive = true; // We lied above, so we have to expect a lie here. in LinkFields()9541 if (is_primitive) { in LinkFields()