Lines Matching refs:Get

308   CHECK(java_lang_Class.Get() != nullptr);  in InitWithoutImage()
309 mirror::Class::SetClassClass(java_lang_Class.Get()); in InitWithoutImage()
310 java_lang_Class->SetClass(java_lang_Class.Get()); in InitWithoutImage()
322 AllocClass(self, java_lang_Class.Get(), class_array_class_size))); in InitWithoutImage()
323 class_array_class->SetComponentType(java_lang_Class.Get()); in InitWithoutImage()
327 AllocClass(self, java_lang_Class.Get(), mirror::Object::ClassSize(image_pointer_size_)))); in InitWithoutImage()
328 CHECK(java_lang_Object.Get() != nullptr); in InitWithoutImage()
330 java_lang_Class->SetSuperClass(java_lang_Object.Get()); in InitWithoutImage()
335 AllocClass(self, java_lang_Class.Get(), in InitWithoutImage()
337 object_array_class->SetComponentType(java_lang_Object.Get()); in InitWithoutImage()
341 AllocClass(self, java_lang_Class.Get(), in InitWithoutImage()
352 AllocClass(self, java_lang_Class.Get(), mirror::Array::ClassSize(image_pointer_size_)))); in InitWithoutImage()
353 char_array_class->SetComponentType(char_class.Get()); in InitWithoutImage()
354 mirror::CharArray::SetArrayClass(char_array_class.Get()); in InitWithoutImage()
358 AllocClass(self, java_lang_Class.Get(), mirror::String::ClassSize(image_pointer_size_)))); in InitWithoutImage()
359 mirror::String::SetClass(java_lang_String.Get()); in InitWithoutImage()
365 AllocClass(self, java_lang_Class.Get(), mirror::Reference::ClassSize(image_pointer_size_)))); in InitWithoutImage()
366 mirror::Reference::SetClass(java_lang_ref_Reference.Get()); in InitWithoutImage()
372 mirror::ObjectArray<mirror::Class>::Alloc(self, object_array_class.Get(), in InitWithoutImage()
375 SetClassRoot(kJavaLangClass, java_lang_Class.Get()); in InitWithoutImage()
376 SetClassRoot(kJavaLangObject, java_lang_Object.Get()); in InitWithoutImage()
377 SetClassRoot(kClassArrayClass, class_array_class.Get()); in InitWithoutImage()
378 SetClassRoot(kObjectArrayClass, object_array_class.Get()); in InitWithoutImage()
379 SetClassRoot(kCharArrayClass, char_array_class.Get()); in InitWithoutImage()
380 SetClassRoot(kJavaLangString, java_lang_String.Get()); in InitWithoutImage()
381 SetClassRoot(kJavaLangRefReference, java_lang_ref_Reference.Get()); in InitWithoutImage()
398 AllocClass(self, java_lang_Class.Get(), mirror::Array::ClassSize(image_pointer_size_)))); in InitWithoutImage()
400 mirror::IntArray::SetArrayClass(int_array_class.Get()); in InitWithoutImage()
401 SetClassRoot(kIntArrayClass, int_array_class.Get()); in InitWithoutImage()
405 AllocClass(self, java_lang_Class.Get(), mirror::Array::ClassSize(image_pointer_size_)))); in InitWithoutImage()
407 mirror::LongArray::SetArrayClass(long_array_class.Get()); in InitWithoutImage()
408 SetClassRoot(kLongArrayClass, long_array_class.Get()); in InitWithoutImage()
414 AllocClass(self, java_lang_Class.Get(), mirror::DexCache::ClassSize(image_pointer_size_)))); in InitWithoutImage()
415 SetClassRoot(kJavaLangDexCache, java_lang_DexCache.Get()); in InitWithoutImage()
421 AllocClass(self, java_lang_Class.Get(), in InitWithoutImage()
423 object_array_string->SetComponentType(java_lang_String.Get()); in InitWithoutImage()
424 SetClassRoot(kJavaLangStringArrayClass, object_array_string.Get()); in InitWithoutImage()
444 InitializePrimitiveClass(char_class.Get(), Primitive::kPrimChar); in InitWithoutImage()
445 SetClassRoot(kPrimitiveChar, char_class.Get()); // needs descriptor in InitWithoutImage()
459 CHECK_EQ(java_lang_Object.Get(), FindSystemClass(self, "Ljava/lang/Object;")); in InitWithoutImage()
463 if (java_lang_String.Get() != String_class) { in InitWithoutImage()
470 CHECK_EQ(java_lang_DexCache.Get(), FindSystemClass(self, "Ljava/lang/DexCache;")); in InitWithoutImage()
480 CHECK_EQ(char_array_class.Get(), FindSystemClass(self, "[C")); in InitWithoutImage()
485 CHECK_EQ(int_array_class.Get(), FindSystemClass(self, "[I")); in InitWithoutImage()
487 CHECK_EQ(long_array_class.Get(), FindSystemClass(self, "[J")); in InitWithoutImage()
495 CHECK_EQ(class_array_class.Get(), FindSystemClass(self, "[Ljava/lang/Class;")); in InitWithoutImage()
497 CHECK_EQ(object_array_class.Get(), FindSystemClass(self, "[Ljava/lang/Object;")); in InitWithoutImage()
501 CHECK(java_lang_Cloneable.Get() != nullptr); in InitWithoutImage()
503 CHECK(java_io_Serializable.Get() != nullptr); in InitWithoutImage()
506 array_iftable_.Read()->SetInterface(0, java_lang_Cloneable.Get()); in InitWithoutImage()
507 array_iftable_.Read()->SetInterface(1, java_io_Serializable.Get()); in InitWithoutImage()
511 CHECK_EQ(java_lang_Cloneable.Get(), in InitWithoutImage()
513 CHECK_EQ(java_io_Serializable.Get(), in InitWithoutImage()
515 CHECK_EQ(java_lang_Cloneable.Get(), in InitWithoutImage()
517 CHECK_EQ(java_io_Serializable.Get(), in InitWithoutImage()
521 CHECK_EQ(java_lang_Class.Get(), FindSystemClass(self, "Ljava/lang/Class;")); in InitWithoutImage()
523 CHECK_EQ(object_array_string.Get(), in InitWithoutImage()
566 CHECK_EQ(java_lang_ref_Reference.Get(), FindSystemClass(self, "Ljava/lang/ref/Reference;")); in InitWithoutImage()
610 mirror::Class* resolved_type = ResolveType(dex_file, void_type_idx, java_lang_Object.Get()); in InitWithoutImage()
1129 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(class_roots.Get()); in InitFromImage()
1139 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(dex_caches->Get(i))); in InitFromImage()
1177 auto* dex_cache = dex_caches->Get(i); in InitFromImage()
1210 mirror::Class::SetClassClass(class_roots->Get(kJavaLangClass)); in InitFromImage()
1211 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(class_roots.Get()); in InitFromImage()
1421 CHECK(classes.Get() != nullptr); // OOME. in VisitClassesWithoutClassesLock()
1430 mirror::Class* klass = classes->Get(i); in VisitClassesWithoutClassesLock()
1471 if (dex_cache.Get() == nullptr) { in AllocDexCache()
1476 if (location.Get() == nullptr) { in AllocDexCache()
1481 if (strings.Get() == nullptr) { in AllocDexCache()
1486 if (types.Get() == nullptr) { in AllocDexCache()
1491 if (methods.Get() == nullptr) { in AllocDexCache()
1496 if (fields.Get() == nullptr) { in AllocDexCache()
1500 dex_cache->Init(&dex_file, location.Get(), strings.Get(), types.Get(), methods.Get(), in AllocDexCache()
1501 fields.Get(), image_pointer_size_); in AllocDexCache()
1502 return dex_cache.Get(); in AllocDexCache()
1549 ThrowEarlierClassFailure(h_class.Get()); in EnsureResolved()
1555 h_class.Get()->GetClassLoader()); in EnsureResolved()
1565 ThrowClassCircularityError(h_class.Get()); in EnsureResolved()
1613 if (IsBootClassLoader(soa, class_loader.Get())) { in FindClassInPathClassLoader()
1665 GetObject(class_loader.Get()); in FindClassInPathClassLoader()
1731 mirror::Class* klass = LookupClass(self, descriptor, hash, class_loader.Get()); in FindClass()
1738 } else if (class_loader.Get() == nullptr) { in FindClass()
1776 soa.AddLocalReference<jobject>(class_loader.Get())); in FindClass()
1831 if (klass.Get() == nullptr) { in DefineClass()
1838 if (UNLIKELY(klass.Get() == nullptr)) { in DefineClass()
1844 SetupClass(dex_file, dex_class_def, klass, class_loader.Get()); in DefineClass()
1857 mirror::Class* existing = InsertClass(descriptor, klass.Get(), hash); in DefineClass()
1902 CHECK(h_new_class.Get() != nullptr) << descriptor; in DefineClass()
1914 Runtime::Current()->GetInstrumentation()->InstallStubsForClass(h_new_class.Get()); in DefineClass()
1928 Dbg::PostClassPrepare(h_new_class.Get()); in DefineClass()
1930 return h_new_class.Get(); in DefineClass()
2250 CHECK(klass.Get() != nullptr); in SetupClass()
2380 dst->SetDeclaringClass(klass.Get()); in LoadField()
2392 dst->SetDeclaringClass(klass.Get()); in LoadMethod()
2429 << PrettyDescriptor(klass.Get()) << " in dex file " << dex_file.GetLocation(); in LoadMethod()
2440 CHECK(dex_cache.Get() != nullptr) << "Failed to allocate dex cache for " in AppendToBootClassPath()
2447 CHECK(dex_cache.Get() != nullptr) << dex_file.GetLocation(); in AppendToBootClassPath()
2471 CHECK(dex_cache.Get() != nullptr) << dex_file.GetLocation(); in RegisterDexFileLocked()
2474 dex_caches_.push_back(GcRoot<mirror::DexCache>(dex_cache.Get())); in RegisterDexFileLocked()
2495 CHECK(dex_cache.Get() != nullptr) << "Failed to allocate dex cache for " in RegisterDexFile()
2566 mirror::Class* existing = InsertClass(descriptor, h_class.Get(), in InitializePrimitiveClass()
2569 return h_class.Get(); in InitializePrimitiveClass()
2592 if (component_type.Get() == nullptr) { in CreateArrayClass()
2596 component_type.Assign(LookupClass(self, descriptor + 1, component_hash, class_loader.Get())); in CreateArrayClass()
2597 if (component_type.Get() == nullptr) { in CreateArrayClass()
2625 if (class_loader.Get() != component_type->GetClassLoader()) { in CreateArrayClass()
2657 if (new_class.Get() == nullptr) { in CreateArrayClass()
2659 if (new_class.Get() == nullptr) { in CreateArrayClass()
2663 new_class->SetComponentType(component_type.Get()); in CreateArrayClass()
2712 mirror::Class* existing = InsertClass(descriptor, new_class.Get(), hash); in CreateArrayClass()
2714 return new_class.Get(); in CreateArrayClass()
2907 mirror::DexCache* dex_cache = dex_caches->Get(i); in MoveImageClassesToClassTable()
2910 mirror::Class* klass = types->Get(j); in MoveImageClassesToClassTable()
2942 mirror::DexCache* dex_cache = dex_caches->Get(i); in LookupClassFromImage()
3011 ThrowEarlierClassFailure(klass.Get()); in VerifyClass()
3019 << PrettyClass(klass.Get()); in VerifyClass()
3034 if (super.Get() != nullptr) { in VerifyClass()
3044 PrettyDescriptor(klass.Get()).c_str(), in VerifyClass()
3045 PrettyDescriptor(super.Get()).c_str())); in VerifyClass()
3048 if (cause.Get() != nullptr) { in VerifyClass()
3051 ThrowVerifyError(klass.Get(), "%s", error_msg.c_str()); in VerifyClass()
3052 if (cause.Get() != nullptr) { in VerifyClass()
3053 self->GetException()->SetCause(cause.Get()); in VerifyClass()
3067 bool preverified = VerifyClassUsingOatFile(dex_file, klass.Get(), oat_file_class_status); in VerifyClass()
3070 << PrettyDescriptor(klass.Get()) << " in " in VerifyClass()
3072 ThrowVerifyError(klass.Get(), "Rejecting class %s because it failed compile-time verification", in VerifyClass()
3073 PrettyDescriptor(klass.Get()).c_str()); in VerifyClass()
3080 verifier_failure = verifier::MethodVerifier::VerifyClass(self, klass.Get(), in VerifyClass()
3086 VLOG(class_linker) << "Soft verification failure in class " << PrettyDescriptor(klass.Get()) in VerifyClass()
3096 if (super.Get() == nullptr || super->IsVerified()) { in VerifyClass()
3119 LOG(WARNING) << "Verification failed on class " << PrettyDescriptor(klass.Get()) in VerifyClass()
3123 ThrowVerifyError(klass.Get(), "%s", error_msg.c_str()); in VerifyClass()
3274 if (klass.Get() == nullptr) { in CreateProxyClass()
3287 std::string descriptor(GetDescriptorForProxy(klass.Get())); in CreateProxyClass()
3294 mirror::Class* existing = InsertClass(descriptor.c_str(), klass.Get(), hash); in CreateProxyClass()
3307 interfaces_sfield->SetDeclaringClass(klass.Get()); in CreateProxyClass()
3313 throws_sfield->SetDeclaringClass(klass.Get()); in CreateProxyClass()
3344 auto* prototype = h_methods->Get(i)->GetArtMethod(); in CreateProxyClass()
3370 CHECK_NE(klass.Get(), new_class.Get()); in CreateProxyClass()
3371 klass.Assign(new_class.Get()); in CreateProxyClass()
3373 CHECK_EQ(interfaces_sfield->GetDeclaringClass(), klass.Get()); in CreateProxyClass()
3374 interfaces_sfield->SetObject<false>(klass.Get(), in CreateProxyClass()
3376 CHECK_EQ(throws_sfield->GetDeclaringClass(), klass.Get()); in CreateProxyClass()
3377 throws_sfield->SetObject<false>(klass.Get(), in CreateProxyClass()
3393 auto* prototype = h_methods->Get(i++)->GetArtMethod(); in CreateProxyClass()
3407 CHECK_EQ(klass.Get()->GetInterfaces(), in CreateProxyClass()
3409 CHECK_EQ(klass.Get()->GetThrows(), in CreateProxyClass()
3412 return klass.Get(); in CreateProxyClass()
3459 out->SetDeclaringClass(klass.Get()); in CreateProxyConstructor()
3488 out->SetDeclaringClass(klass.Get()); in CreateProxyMethod()
3559 if (!CanWeInitializeClass(klass.Get(), can_init_statics, can_init_parents)) { in InitializeClass()
3575 ThrowEarlierClassFailure(klass.Get()); in InitializeClass()
3580 CHECK(klass->IsResolved()) << PrettyClass(klass.Get()) << ": state=" << klass->GetStatus(); in InitializeClass()
3626 CHECK_EQ(klass->GetStatus(), mirror::Class::kStatusVerified) << PrettyClass(klass.Get()); in InitializeClass()
3650 << PrettyDescriptor(handle_scope_super.Get()) in InitializeClass()
3725 VLOG(compiler) << "Return from class initializer of " << PrettyDescriptor(klass.Get()) in InitializeClass()
3745 FixupStaticTrampolines(klass.Get()); in InitializeClass()
3780 PrettyDescriptor(klass.Get()).c_str()); in WaitForInitializeClass()
3787 LOG(FATAL) << "Unexpected class status. " << PrettyClass(klass.Get()) << " is " in WaitForInitializeClass()
3806 ThrowWrappedLinkageError(klass.Get(), in ThrowSignatureCheckResolveReturnTypeException()
3809 PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
3812 PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureCheckResolveReturnTypeException()
3827 ThrowWrappedLinkageError(klass.Get(), in ThrowSignatureCheckResolveArgException()
3830 PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureCheckResolveArgException()
3833 PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureCheckResolveArgException()
3842 ThrowLinkageError(klass.Get(), in ThrowSignatureMismatch()
3844 PrettyDescriptor(klass.Get()).c_str(), in ThrowSignatureMismatch()
3847 PrettyDescriptor(super_klass.Get()).c_str(), in ThrowSignatureMismatch()
3860 if (UNLIKELY(return_type.Get() == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
3869 if (UNLIKELY(other_return_type != return_type.Get())) { in HasSameSignatureWithDifferentClassLoaders()
3872 PrettyClassAndClassLoader(return_type.Get()).c_str(), in HasSameSignatureWithDifferentClassLoaders()
3873 return_type.Get(), in HasSameSignatureWithDifferentClassLoaders()
3910 if (UNLIKELY(param_type.Get() == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
3923 if (UNLIKELY(param_type.Get() != other_param_type)) { in HasSameSignatureWithDifferentClassLoaders()
3927 PrettyClassAndClassLoader(param_type.Get()).c_str(), in HasSameSignatureWithDifferentClassLoaders()
3928 param_type.Get(), in HasSameSignatureWithDifferentClassLoaders()
3984 DCHECK(c.Get() != nullptr); in EnsureInitialized()
3992 CHECK(self->IsExceptionPending()) << PrettyClass(c.Get()); in EnsureInitialized()
4059 CHECK_EQ(klass->GetClassSize(), class_size) << PrettyDescriptor(klass.Get()); in LinkClass()
4068 h_new_class_out->Assign(klass.Get()); in LinkClass()
4074 if (UNLIKELY(h_new_class.Get() == nullptr)) { in LinkClass()
4082 FixupTemporaryDeclaringClass(klass.Get(), h_new_class.Get()); in LinkClass()
4083 mirror::Class* existing = UpdateClass(descriptor, h_new_class.Get(), in LinkClass()
4085 CHECK(existing == nullptr || existing == klass.Get()); in LinkClass()
4096 h_new_class_out->Assign(h_new_class.Get()); in LinkClass()
4261 ThrowIncompatibleClassChangeError(klass.Get(), in CheckSuperClassChange()
4281 mirror::Class* super_class = ResolveType(dex_file, super_class_idx, klass.Get()); in LoadSuperAndInterfaces()
4288 ThrowIllegalAccessError(klass.Get(), "Class %s extended by class %s is inaccessible", in LoadSuperAndInterfaces()
4290 PrettyDescriptor(klass.Get()).c_str()); in LoadSuperAndInterfaces()
4305 mirror::Class* interface = ResolveType(dex_file, idx, klass.Get()); in LoadSuperAndInterfaces()
4313 ThrowIllegalAccessError(klass.Get(), "Interface %s implemented by class %s is inaccessible", in LoadSuperAndInterfaces()
4315 PrettyDescriptor(klass.Get()).c_str()); in LoadSuperAndInterfaces()
4328 if (klass.Get() == GetClassRoot(kJavaLangObject)) { in LinkSuperClass()
4330 ThrowClassFormatError(klass.Get(), "java.lang.Object must not have a superclass"); in LinkSuperClass()
4336 ThrowLinkageError(klass.Get(), "No superclass defined for class %s", in LinkSuperClass()
4337 PrettyDescriptor(klass.Get()).c_str()); in LinkSuperClass()
4342 ThrowIncompatibleClassChangeError(klass.Get(), "Superclass %s of %s is %s", in LinkSuperClass()
4344 PrettyDescriptor(klass.Get()).c_str(), in LinkSuperClass()
4349 ThrowIllegalAccessError(klass.Get(), "Superclass %s is inaccessible to class %s", in LinkSuperClass()
4351 PrettyDescriptor(klass.Get()).c_str()); in LinkSuperClass()
4368 ThrowLinkageError(klass.Get(), in LinkSuperClass()
4370 PrettyDescriptor(klass.Get()).c_str()); in LinkSuperClass()
4393 ThrowClassFormatError(klass.Get(), "Too many methods on interface: %zd", count); in LinkMethods()
4529 if (UNLIKELY(vtable.Get() == nullptr)) { in LinkVirtualMethods()
4538 klass->SetVTable(vtable.Get()); in LinkVirtualMethods()
4543 CHECK(super_vtable != nullptr) << PrettyClass(super_class.Get()); in LinkVirtualMethods()
4550 if (UNLIKELY(vtable.Get() == nullptr)) { in LinkVirtualMethods()
4596 ThrowLinkageError(klass.Get(), "Method %s overrides final method in class %s", in LinkVirtualMethods()
4624 ThrowClassFormatError(klass.Get(), "Too many methods defined on class: %zd", actual_count); in LinkVirtualMethods()
4631 if (UNLIKELY(vtable.Get() == nullptr)) { in LinkVirtualMethods()
4636 klass->SetVTable(vtable.Get()); in LinkVirtualMethods()
4638 CHECK_EQ(klass.Get(), GetClassRoot(kJavaLangObject)); in LinkVirtualMethods()
4640 ThrowClassFormatError(klass.Get(), "Too many methods: %d", in LinkVirtualMethods()
4666 const bool have_interfaces = interfaces.Get() != nullptr; in LinkInterfaceMethods()
4699 ThrowIncompatibleClassChangeError(klass.Get(), "Class %s implements non-interface class %s", in LinkInterfaceMethods()
4700 PrettyDescriptor(klass.Get()).c_str(), in LinkInterfaceMethods()
4707 if (UNLIKELY(iftable.Get() == nullptr)) { in LinkInterfaceMethods()
4722 mirror::Class* interface = have_interfaces ? interfaces->Get(i) : in LinkInterfaceMethods()
4759 if (UNLIKELY(iftable.Get() == nullptr)) { in LinkInterfaceMethods()
4767 klass->SetIfTable(iftable.Get()); in LinkInterfaceMethods()
4905 ThrowIllegalAccessError(klass.Get(), in LinkInterfaceMethods()
4985 UpdateClassVirtualMethods(klass.Get(), virtuals, new_method_count); in LinkInterfaceMethods()
4994 if (UNLIKELY(vtable.Get() == nullptr)) { in LinkInterfaceMethods()
5012 DCHECK(m != nullptr) << PrettyClass(klass.Get()); in LinkInterfaceMethods()
5016 DCHECK(new_m != nullptr) << PrettyClass(klass.Get()); in LinkInterfaceMethods()
5020 klass->SetVTable(vtable.Get()); in LinkInterfaceMethods()
5026 DCHECK(m != nullptr) << PrettyClass(klass.Get()); in LinkInterfaceMethods()
5030 DCHECK(new_m != nullptr) << PrettyClass(klass.Get()); in LinkInterfaceMethods()
5067 CHECK(klass.Get() != nullptr); in LinkInstanceFields()
5072 CHECK(klass.Get() != nullptr); in LinkStaticFields()
5124 << PrettyClass(klass.Get()) << " " << PrettyClass(super_class); in LinkFields()
5129 CHECK_EQ(num_fields == 0, fields == nullptr) << PrettyClass(klass.Get()); in LinkFields()
5181 CHECK_EQ(num_reference_fields, num_fields) << PrettyClass(klass.Get()); in LinkFields()
5182 CHECK_STREQ(fields[num_fields - 1].GetName(), "referent") << PrettyClass(klass.Get()); in LinkFields()
5218 << " class=" << PrettyClass(klass.Get()) << " field=" << PrettyField(field) << " offset=" in LinkFields()
5284 DCHECK(dex_cache.Get() != nullptr); in ResolveString()
5307 DCHECK(dex_cache.Get() != nullptr); in ResolveType()
5328 self->GetException()->SetCause(cause.Get()); in ResolveType()
5341 DCHECK(dex_cache.Get() != nullptr); in ResolveMethod()
5360 resolved = klass->FindDirectMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethod()
5364 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethod()
5369 resolved = klass->FindVirtualMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethod()
5497 DCHECK(dex_cache.Get() != nullptr); in ResolveField()
5507 if (klass.Get() == nullptr) { in ResolveField()
5513 resolved = mirror::Class::FindStaticField(self, klass, dex_cache.Get(), field_idx); in ResolveField()
5515 resolved = klass->FindInstanceField(dex_cache.Get(), field_idx); in ResolveField()
5527 ThrowNoSuchFieldError(is_static ? "static " : "instance ", klass.Get(), type, name); in ResolveField()
5538 DCHECK(dex_cache.Get() != nullptr); in ResolveFieldJLS()
5548 if (klass.Get() == nullptr) { in ResolveFieldJLS()
5560 ThrowNoSuchFieldError("", klass.Get(), type, name); in ResolveFieldJLS()
5675 DCHECK(class_roots->Get(class_root) == nullptr); in SetClassRoot()
5823 DCHECK_EQ(h_dex_element_class.Get(), element_file_field->GetDeclaringClass()); in CreatePathClassLoader()
5834 DCHECK(h_long_array.Get() != nullptr); in CreatePathClassLoader()
5839 DCHECK(h_dex_file.Get() != nullptr); in CreatePathClassLoader()
5840 cookie_field->SetObject<false>(h_dex_file.Get(), h_long_array.Get()); in CreatePathClassLoader()
5843 DCHECK(h_element.Get() != nullptr); in CreatePathClassLoader()
5844 element_file_field->SetObject<false>(h_element.Get(), h_dex_file.Get()); in CreatePathClassLoader()
5846 h_dex_elements->Set(index, h_element.Get()); in CreatePathClassLoader()
5854 DCHECK(h_dex_path_list.Get() != nullptr); in CreatePathClassLoader()
5856 dex_elements_field->SetObject<false>(h_dex_path_list.Get(), h_dex_elements.Get()); in CreatePathClassLoader()
5863 DCHECK(h_path_class_loader.Get() != nullptr); in CreatePathClassLoader()
5868 path_list_field->SetObject<false>(h_path_class_loader.Get(), h_dex_path_list.Get()); in CreatePathClassLoader()
5878 parent_field->SetObject<false>(h_path_class_loader.Get(), boot_cl); in CreatePathClassLoader()
5882 soa.Env(), soa.Env()->AddLocalReference<jobject>(h_path_class_loader.Get())); in CreatePathClassLoader()