Lines Matching defs:string

266     std::unordered_set<std::string>* image_classes,
267 std::unordered_set<std::string>* compiled_classes,
268 std::unordered_set<std::string>* compiled_methods,
781 // TODO: Collect the relevant string indices in parallel, then allocate them sequentially in a
801 ObjPtr<mirror::String> string = class_linker->ResolveString(string_index, dex_cache);
802 CHECK(string != nullptr) << "Could not allocate a string when forcing determinism";
822 TimingLogger::ScopedTiming t("Resolve const-string Strings", timings);
840 // Compilation is skipped, do not resolve const-string in code of this class.
926 // Resolve strings from const-string. Do this now to have a deterministic image.
982 std::string tmp = method_ref.PrettyMethod();
1072 explicit RecordImageClassesVisitor(std::unordered_set<std::string>* image_classes)
1076 std::string temp;
1082 std::unordered_set<std::string>* const image_classes_;
1099 const std::string& descriptor(*it);
1163 std::unordered_set<std::string>* image_classes)
1167 std::string temp;
1171 std::pair<std::unordered_set<std::string>::iterator, bool> result =
1197 std::unordered_set<std::string>* image_class_descriptors,
1253 std::string temp;
1273 std::unordered_set<std::string>* image_class_descriptors,
1320 std::unordered_set<std::string>* const image_class_descriptors_;
1338 std::string error_msg;
1362 std::string temp;
1641 std::string temp;
1835 // TODO: we could resolve strings here, although the string table is largely filled with class
2062 std::string error_msg;
2423 // Resolve the string. This will intern the string.
2980 std::string CompilerDriver::GetMemoryUsageString(bool extended) const {