Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
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()
616 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFast() local
638 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive || in FindFieldFast()
/art/runtime/verifier/
Dmethod_verifier.cc554 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);
558 bool is_primitive) REQUIRES_SHARED(Locks::mutator_lock_);
570 bool is_primitive, bool is_static)
4470 bool is_primitive) { in VerifyAGet() argument
4479 if (!is_primitive) { in VerifyAGet()
4500 if (is_primitive) { in VerifyAGet()
4514 if (!component_type.IsReferenceTypes() && !is_primitive) { in VerifyAGet()
4517 } else if (component_type.IsNonZeroReferenceTypes() && is_primitive) { in VerifyAGet()
4520 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()
4596 bool is_primitive) { in VerifyAPut() argument
[all …]
/art/runtime/
Dclass_linker.cc8523 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local
8526 is_primitive = true; // We lied above, so we have to expect a lie here. in LinkFields()
8529 if (is_primitive) { in LinkFields()