Lines Matching full:is_static
7182 bool is_static,
7185 const size_t num_fields = is_static ? klass->NumStaticFields() : klass->NumInstanceFields();
7186 LengthPrefixedArray<ArtField>* const fields = is_static ? klass->GetSFieldsPtr() :
7191 if (is_static) {
7265 if (!is_static && klass->DescriptorEquals("Ljava/lang/ref/Reference;")) {
7276 if (is_static) {
7321 MemberOffset start_ref_offset = is_static
7330 VLOG(class_linker) << "LinkFields: " << (is_static ? "static" : "instance")
7712 bool is_static) {
7728 if (is_static) {
7737 if (is_static) {
7743 ThrowNoSuchFieldError(is_static ? "static " : "instance ", klass.Get(), type, name);