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

/art/runtime/mirror/
H A Dclass.cc709 ArtField* Class::FindDeclaredStaticField(const StringPiece& name, const StringPiece& type) { function in class:art::mirror::Class
714 ArtField* Class::FindDeclaredStaticField(const DexCache* dex_cache, uint32_t dex_field_idx) { function in class:art::mirror::Class
731 ArtField* f = k->FindDeclaredStaticField(name, type);
755 ArtField* f = k->FindDeclaredStaticField(dex_cache, dex_field_idx);
784 f = k->FindDeclaredStaticField(name, type);

Completed in 30 milliseconds