Searched defs:FindStaticField (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc625 ArtField* Class::FindStaticField(Thread* self, Handle<Class> klass, const StringPiece& name, function in class:art::mirror::Class
642 f = FindStaticField(self, interface, name, type);
651 ArtField* Class::FindStaticField(Thread* self, Handle<Class> klass, const DexCache* dex_cache, function in class:art::mirror::Class
666 f = FindStaticField(self, interface, dex_cache, dex_field_idx);
694 f = interface->FindStaticField(self, interface, name, type);

Completed in 1187 milliseconds