Home
last modified time | relevance | path

Searched refs:FindField (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dtransaction_test.cc631 mirror::Class::FindField(soa.Self(), boolean_class.Get(), "TRUE", "Ljava/lang/Boolean;"); in TEST_F()
638 mirror::Class::FindField(soa.Self(), boolean_class.Get(), "value", "Z"); in TEST_F()
647 mirror::Class::FindField(soa.Self(), static_field_class.Get(), "intField", "I"); in TEST_F()
655 mirror::Class::FindField(soa.Self(), static_fields_test_class.Get(), "intField", "I"); in TEST_F()
663 mirror::Class::FindField(soa.Self(), instance_fields_test_class.Get(), "intField", "I"); in TEST_F()
Dthread.cc3161 ArtField* stack_trace_element_field = h_aste_class->FindField( in CreateAnnotatedStackTrace()
3164 ArtField* held_locks_field = h_aste_class->FindField( in CreateAnnotatedStackTrace()
3167 ArtField* blocked_on_field = h_aste_class->FindField( in CreateAnnotatedStackTrace()
Dclass_linker.cc9369 resolved = mirror::Class::FindField(self, klass, name, type); in FindResolvedFieldJLS()
10046 mirror::Class::FindField(self, in CreateWellKnownClassLoader()
/art/runtime/mirror/
Dvar_handle_test.cc281 ArtField* value = mirror::Class::FindField(self, i->GetClass(), "value", "I"); in TEST_F()
484 ArtField* value = mirror::Class::FindField(self, i->GetClass(), "MIN_VALUE", "I"); in TEST_F()
Dclass.h1095 static ArtField* FindField(Thread* self,
Dclass.cc1054 ArtField* Class::FindField(Thread* self, in FindField() function in art::mirror::Class