Searched refs:types_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dtest_dex_file_builder.h34 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
46 types_.emplace(descriptor, 0u);
112 for (auto& entry : types_) {
116 header->type_ids_size_ = types_.size();
117 header->type_ids_off_ = types_.empty() ? 0u : type_ids_offset;
119 uint32_t proto_ids_offset = type_ids_offset + types_.size() * sizeof(DexFile::TypeId);
174 for (const auto& entry : types_) {
229 auto it = types_.find(type);
230 CHECK(it != types_.end());
363 std::map<std::string, uint32_t> types_; member in class:art::TestDexFileBuilder
[all...]

Completed in 21 milliseconds