Searched refs:FindField (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | transaction_test.cc | 631 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()
|
D | thread.cc | 3161 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()
|
D | class_linker.cc | 9358 resolved = mirror::Class::FindField(self, klass, name, type); in FindResolvedFieldJLS() 10035 mirror::Class::FindField(self, in CreateWellKnownClassLoader()
|
/art/runtime/mirror/ |
D | var_handle_test.cc | 281 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()
|
D | class.h | 1095 static ArtField* FindField(Thread* self,
|
D | class.cc | 1054 ArtField* Class::FindField(Thread* self, in FindField() function in art::mirror::Class
|