Searched refs:GetAnnotationElements (Results 1 – 4 of 4) sorted by relevance
526 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()527 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements(); in VerifyEncodedAnnotation()
200 stream->WriteUleb128(annotation->GetAnnotationElements()->size()); in WriteEncodedAnnotation()202 *annotation->GetAnnotationElements()) { in WriteEncodedAnnotation()
856 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements() function
495 for (auto& subannotation : *annotation->GetAnnotationElements()) { in DumpEncodedAnnotation()