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

  /art/compiler/
oat_writer.cc 90 STLDeleteElements(&oat_classes_);
165 oat_classes_.push_back(oat_class);
228 oat_classes_[oat_class_index]->UpdateChecksum(*oat_header_);
243 CHECK_EQ(oat_classes_[oat_class_index]->method_offsets_.size(),
289 OatClass* oat_class = oat_classes_[oat_class_index];
533 for (size_t i = 0; i != oat_classes_.size(); ++i) {
534 if (!oat_classes_[i]->Write(this, out, file_offset)) {
671 oat_classes_[oat_class_index]->method_offsets_[class_def_method_index];
    [all...]
oat_writer.h 183 std::vector<OatClass*> oat_classes_; member in class:art::OatWriter

Completed in 1271 milliseconds