Searched refs:table_data (Results 1 – 1 of 1) sorted by relevance
2502 std::vector<uint8_t> table_data; in VisitDexMethods() local2503 CompactOffsetTable::Build(*offsets, &table_data); in VisitDexMethods()2509 const uint32_t length = table_data.size() * sizeof(table_data.front()); in VisitDexMethods()2510 if (!out_->WriteFully(table_data.data(), length)) { in VisitDexMethods()