Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc423 ObjPtr<mirror::Object> element_object = nullptr; in ProcessAnnotationValue() local
479 if (element_object == nullptr) { 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()
536 if (element_object == nullptr) { in ProcessAnnotationValue()
557 if (element_object == nullptr) { in ProcessAnnotationValue()
653 element_object = new_array.Get(); in ProcessAnnotationValue()
663 if (element_object == nullptr) { in ProcessAnnotationValue()
673 CHECK(element_object == nullptr); in ProcessAnnotationValue()
[all …]