Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h325 constexpr bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFromCode() local
622 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0; in FindFieldFast() local
/art/runtime/verifier/
Dmethod_verifier.cc4465 bool is_primitive) { in VerifyAGet()
4591 bool is_primitive) { in VerifyAPut()
4790 bool is_primitive, in VerifyISFieldAccess()
/art/runtime/
Dclass_linker.cc8338 bool is_primitive = type != Primitive::kPrimNot; in LinkFields() local