Searched refs:table_data (Results 1 – 1 of 1) sorted by relevance
2508 std::vector<uint8_t> table_data; in VisitDexMethods() local2509 CompactOffsetTable::Build(*offsets, &table_data); in VisitDexMethods()2515 static_assert(sizeof(table_data[0]) == 1u); in VisitDexMethods()2516 buffer_->insert(buffer_->end(), table_data.begin(), table_data.end()); in VisitDexMethods()2517 written_bytes_ += table_data.size(); in VisitDexMethods()