Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc526 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements(); in VerifyEncodedAnnotation()
527 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.h856 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); } in GetAnnotationElements() function
Ddexlayout.cc495 for (auto& subannotation : *annotation->GetAnnotationElements()) { in DumpEncodedAnnotation()