Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc676 if (!VerifyEncodedAnnotation(orig->GetEncodedAnnotation(), in VerifyEncodedValue()
677 output->GetEncodedAnnotation(), in VerifyEncodedValue()
Ddex_writer.cc179 offset += WriteEncodedAnnotation(encoded_value->GetEncodedAnnotation(), offset); in WriteEncodedValue()
Ddex_ir.h678 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); } in GetEncodedAnnotation() function
Ddexlayout.cc576 DumpEncodedAnnotation(data->GetEncodedAnnotation()); in DumpEncodedValue()