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

/art/runtime/mirror/
H A Dclass.cc538 ArtField* Class::FindStaticField(const StringPiece& name, const StringPiece& type) { function in class:art::mirror::Class
552 f = interface->FindStaticField(name, type);
561 ArtField* Class::FindStaticField(const DexCache* dex_cache, uint32_t dex_field_idx) { function in class:art::mirror::Class
573 f = interface->FindStaticField(dex_cache, dex_field_idx);
599 f = interface->FindStaticField(name, type);

Completed in 143 milliseconds