Searched defs:FindStaticField (Results 1 – 2 of 2) sorted by relevance
1236 ArtField* Class::FindStaticField(std::string_view name, std::string_view type) { in FindStaticField() function in art::mirror::Class1428 ArtField* Class::FindStaticField(ObjPtr<mirror::DexCache> dex_cache, uint32_t field_idx) { in FindStaticField() function in art::mirror::Class
757 TEST_F(ObjectTest, FindStaticField) { in TEST_F() argument