Home
last modified time | relevance | path

Searched refs:is_primitive (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h317 constexpr bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFromCode() local
367 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() local
637 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive || in FindFieldFast()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc572 bool is_primitive, bool is_static)
4407 bool is_primitive) { in VerifyAGet() argument
4416 if (!is_primitive) { in VerifyAGet()
4437 if (is_primitive) { in VerifyAGet()
4451 if (!component_type.IsReferenceTypes() && !is_primitive) { in VerifyAGet()
4457 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()
4533 bool is_primitive) { in VerifyAPut() argument
4564 if (is_primitive) { in VerifyAPut()
4574 if (is_primitive) { in VerifyAPut()
4821 if (is_primitive) { in VerifyISFieldAccess()
[all …]
/aosp12/art/runtime/
H A Dclass_linker.cc8853 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local
8856 is_primitive = true; // We lied above, so we have to expect a lie here. in LinkFields()
8859 if (is_primitive) { in LinkFields()