Home | History | Annotate | Download | only in gc

Lines Matching full:is_static

1987   void operator()(mirror::Object* obj, MemberOffset offset, bool is_static ATTRIBUTE_UNUSED) const
2871 void operator()(mirror::Object* obj, MemberOffset offset, bool is_static ATTRIBUTE_UNUSED) const
3128 void operator()(mirror::Object* obj, MemberOffset offset, bool is_static) const
3157 mirror::Class* klass = is_static ? obj->AsClass() : obj->GetClass();
3159 for (ArtField& field : (is_static ? klass->GetSFields() : klass->GetIFields())) {
3161 LOG(ERROR) << (is_static ? "Static " : "") << "field in the live stack is "
3171 LOG(ERROR) << (is_static ? "Static " : "") << "obj[" << i << "] = ref";