Home
last modified time | relevance | path

Searched defs: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
615 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFast() local
/art/runtime/verifier/
Dmethod_verifier.cc4407 bool is_primitive) { in VerifyAGet()
4533 bool is_primitive) { in VerifyAPut()
4727 bool is_primitive, in VerifyISFieldAccess()
/art/runtime/
Dclass_linker.cc8853 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local