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

  /art/dexlayout/
dex_verify.cc 526 dex_ir::AnnotationElementVector* orig_elements = orig->GetAnnotationElements();
527 dex_ir::AnnotationElementVector* output_elements = output->GetAnnotationElements();
    [all...]
dex_writer.cc 200 stream->WriteUleb128(annotation->GetAnnotationElements()->size());
202 *annotation->GetAnnotationElements()) {
    [all...]
dex_ir.h 856 AnnotationElementVector* GetAnnotationElements() const { return elements_.get(); }
    [all...]
dexlayout.cc 494 for (auto& subannotation : *annotation->GetAnnotationElements()) {
    [all...]

Completed in 85 milliseconds