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()
198 stream->WriteUleb128(annotation->GetAnnotationElements()->size()); in WriteEncodedAnnotation()200 *annotation->GetAnnotationElements()) { in WriteEncodedAnnotation()
864 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements() function
565 for (auto& subannotation : *annotation->GetAnnotationElements()) { in DumpEncodedAnnotation()