Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc689 if (!VerifyEncodedAnnotation(orig->GetEncodedAnnotation(), in VerifyEncodedValue()
690 output->GetEncodedAnnotation(), in VerifyEncodedValue()
Ddex_writer.cc171 WriteEncodedAnnotation(stream, encoded_value->GetEncodedAnnotation()); in WriteEncodedValue()
Ddex_ir.h804 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); } in GetEncodedAnnotation() function
Ddexlayout.cc566 DumpEncodedAnnotation(data->GetEncodedAnnotation()); in DumpEncodedValue()