HomeSort by relevance Sort by last modified time
    Searched refs:GetAnnotationElements (Results 1 - 4 of 4) sorted by null

  /art/dexlayout/
dex_writer.cc 210 offset += WriteUleb128(annotation->GetAnnotationElements()->size(), offset);
212 *annotation->GetAnnotationElements()) {
dex_verify.cc 513 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements();
514 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements();
    [all...]
dex_ir.h 730 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); }
    [all...]
dexlayout.cc 505 for (auto& subannotation : *annotation->GetAnnotationElements()) {
    [all...]

Completed in 58 milliseconds