Home
last modified time | relevance | path

Searched refs:throws_sfield (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc3819 Handle<mirror::ArtField> throws_sfield(hs.NewHandle(AllocArtField(self))); in CreateProxyClass() local
3820 if (UNLIKELY(throws_sfield.Get() == nullptr)) { in CreateProxyClass()
3824 klass->SetStaticField(1, throws_sfield.Get()); in CreateProxyClass()
3825 throws_sfield->SetDexFieldIndex(1); in CreateProxyClass()
3826 throws_sfield->SetDeclaringClass(klass.Get()); in CreateProxyClass()
3827 throws_sfield->SetAccessFlags(kAccStatic | kAccPublic | kAccFinal); in CreateProxyClass()
3895 CHECK_EQ(throws_sfield->GetDeclaringClass(), new_class); in CreateProxyClass()
3896 throws_sfield->SetObject<false>(klass.Get(), in CreateProxyClass()