Searched defs:strings_ (Results 1 - 5 of 5) sorted by relevance

/art/tools/veridex/
H A Dhidden_api_finder.h53 std::set<std::string> strings_; member in class:art::HiddenApiFinder
/art/runtime/verifier/
H A Dverifier_deps.h187 std::vector<std::string> strings_; member in struct:art::verifier::VerifierDeps::DexFileDeps
226 // string ID. If not, an ID is assigned to the string and cached in `strings_`
/art/libdexfile/dex/
H A Dtest_dex_file_builder.h37 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
42 auto it = strings_.emplace(str, IdxAndDataOffset()).first;
105 for (auto& entry : strings_) {
111 header->string_ids_size_ = strings_.size();
112 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
114 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(DexFile::StringId);
169 for (const auto& entry : strings_) {
250 auto it = strings_.find(type);
251 CHECK(it != strings_.end());
389 std::map<std::string, IdxAndDataOffset> strings_; member in class:art::TestDexFileBuilder
[all...]
/art/runtime/mirror/
H A Ddex_cache.h226 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
531 uint64_t strings_; // std::atomic<StringDexCachePair>*, array with num_strings_ member in class:art::mirror::FINAL
538 uint32_t num_strings_; // Number of elements in the strings_ array.
/art/runtime/hprof/
H A Dhprof.cc577 for (const auto& p : strings_) {
647 auto it = strings_.find(string);
648 if (it != strings_.end()) {
652 strings_.Put(string, id);
891 SafeMap<std::string, HprofStringId> strings_; member in class:art::hprof::Hprof

Completed in 1380 milliseconds