Lines Matching full:is_static
1851 bool is_static ATTRIBUTE_UNUSED) const
2770 bool is_static ATTRIBUTE_UNUSED) const
3021 void operator()(mirror::Object* obj, MemberOffset offset, bool is_static) const
3051 mirror::Class* klass = is_static ? obj->AsClass() : obj->GetClass();
3053 for (ArtField& field : (is_static ? klass->GetSFields() : klass->GetIFields())) {
3055 LOG(ERROR) << (is_static ? "Static " : "") << "field in the live stack is "
3065 LOG(ERROR) << (is_static ? "Static " : "") << "obj[" << i << "] = ref";