Searched refs:element_object (Results 1 – 1 of 1) sorted by relevance
423 ObjPtr<mirror::Object> element_object = nullptr; in ProcessAnnotationValue() local476 element_object = Runtime::Current()->GetClassLinker()->ResolveString( in ProcessAnnotationValue()479 if (element_object == nullptr) { in ProcessAnnotationValue()492 element_object = Runtime::Current()->GetClassLinker()->ResolveType( in ProcessAnnotationValue()497 if (element_object == nullptr) { in ProcessAnnotationValue()502 element_object = self->GetException(); in ProcessAnnotationValue()528 element_object = (pointer_size == PointerSize::k64) in ProcessAnnotationValue()532 element_object = (pointer_size == PointerSize::k64) in ProcessAnnotationValue()536 if (element_object == nullptr) { in ProcessAnnotationValue()556 element_object = mirror::Field::CreateFromArtField(self, field, true); in ProcessAnnotationValue()[all …]