Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc421 ObjPtr<mirror::Object> element_object = nullptr; in ProcessAnnotationValue() local
474 element_object = Runtime::Current()->GetClassLinker()->ResolveString( in ProcessAnnotationValue()
477 if (element_object == nullptr) { in ProcessAnnotationValue()
490 element_object = Runtime::Current()->GetClassLinker()->ResolveType( in ProcessAnnotationValue()
495 if (element_object == nullptr) { in ProcessAnnotationValue()
500 element_object = self->GetException(); in ProcessAnnotationValue()
526 element_object = (pointer_size == PointerSize::k64) in ProcessAnnotationValue()
530 element_object = (pointer_size == PointerSize::k64) in ProcessAnnotationValue()
534 if (element_object == nullptr) { in ProcessAnnotationValue()
554 element_object = mirror::Field::CreateFromArtField(self, field, true); in ProcessAnnotationValue()
[all …]