Searched defs:sections_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dimage.h369 ImageSection sections_[kSectionCount]; variable
/art/compiler/
H A Delf_builder.h127 auto& sections = owner_->sections_;
618 for (auto* section : sections_) {
628 shdrs.reserve(1u + sections_.size());
630 for (auto* section : sections_) {
899 CHECK(!sections_.empty());
921 for (auto* section : sections_) {
951 for (auto* section : sections_) {
1000 std::vector<Section*> sections_; member in class:art::FINAL

Completed in 57 milliseconds