Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc513 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()
514 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements(); in VerifyEncodedAnnotation()
Ddex_writer.cc200 stream->WriteUleb128(annotation->GetAnnotationElements()->size()); in WriteEncodedAnnotation()
202 *annotation->GetAnnotationElements()) { in WriteEncodedAnnotation()
Ddex_ir.h874 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements() function
Ddexlayout.cc508 for (auto& subannotation : *annotation->GetAnnotationElements()) { in DumpEncodedAnnotation()