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

/art/runtime/mirror/
H A Dclass.cc513 ArtField* Class::FindDeclaredStaticField(const StringPiece& name, const StringPiece& type) { function in class:art::mirror::Class
526 ArtField* Class::FindDeclaredStaticField(const DexCache* dex_cache, uint32_t dex_field_idx) { function in class:art::mirror::Class
544 ArtField* f = k->FindDeclaredStaticField(name, type);
565 ArtField* f = k->FindDeclaredStaticField(dex_cache, dex_field_idx);
591 f = k->FindDeclaredStaticField(name, type);

Completed in 378 milliseconds