Home | History | Annotate | Download | only in runtime

Lines Matching full:is_static

307 void ThrowIncompatibleClassChangeErrorField(ArtField* resolved_field, bool is_static,
311 << (is_static ? "static" : "instance") << " field" << " rather than a "
312 << (is_static ? "instance" : "static") << " field";
650 field_idx, method, /* is_static */ false);
663 instr.VRegC_22c(), method, /* is_static */ false);
679 field_idx, method, /* is_static */ false);