Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2687 SirtRef<mirror::ArtField> throws_sfield(self, AllocArtField(self)); in CreateProxyClass() local
2688 if (UNLIKELY(throws_sfield.get() == NULL)) { in CreateProxyClass()
2692 klass->SetStaticField(1, throws_sfield.get()); in CreateProxyClass()
2693 throws_sfield->SetDexFieldIndex(1); in CreateProxyClass()
2694 throws_sfield->SetDeclaringClass(klass.get()); in CreateProxyClass()
2695 throws_sfield->SetAccessFlags(kAccStatic | kAccPublic | kAccFinal); in CreateProxyClass()
2748 throws_sfield->SetObject(klass.get(), throws); in CreateProxyClass()