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()
615 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFast() local
637 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive || in FindFieldFast()
/art/runtime/verifier/
Dmethod_verifier.cc556 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() argument
4416 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 …]
/art/runtime/
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()