Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 17 of 17) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc62 StringDexCacheType* strings = (dex_file->NumStringIds() == 0u) ? nullptr : in InitializeDexCache() local
224 GcRoot<mirror::String>* strings = in AddPreResolvedStringsArray() local
243 StringDexCacheType* strings, in Init()
Ddex_cache.h347 void SetStrings(StringDexCacheType* strings) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in SetStrings()
351 void SetPreResolvedStrings(GcRoot<mirror::String>* strings) in SetPreResolvedStrings()
/art/test/003-omnibus-opcodes/src/
DArray.java74 static void checkStrings(String[] strings) { in checkStrings()
189 String[] strings; in checkNegAlloc() local
/art/libartbase/base/
Dhash_set_test.cc87 std::vector<std::string> strings; in TEST_F() local
120 std::vector<std::string> strings; in TEST_F() local
148 std::vector<std::string> strings; in TEST_F() local
165 std::vector<std::string> strings = {"a", "b", "c", "d", "e", "f", "g"}; in TEST_F() local
222 std::vector<std::string> strings; in TEST_F() local
/art/test/021-string2/src/
DMain.java82 String[] strings = test.split("/"); in main() local
133 String[] strings = { in testCompareToAndEquals() local
/art/tools/dexanalyze/
Ddexanalyze_strings.cc338 void PrefixStrings::Builder::Build(const std::vector<std::string>& strings) { in Build()
448 void AnalyzeStrings::ProcessStrings(const std::vector<std::string>& strings) { in ProcessStrings()
497 void AnalyzeStrings::Benchmark(const Strings& strings, in Benchmark()
/art/test/074-gc-thrash/src/
DMain.java166 String strings[] = new String[ARRAY_SIZE]; in run() local
/art/test/956-methodhandles/src/
DMain.java1231 public VariableArityTester(String s0, String... strings) { update(s0, strings); } in VariableArityTester()
1253 public String update(String s0, String... strings) { return lastResult = tally(s0, strings); } in update()
1280 public static String tally(String s0, String... strings) { in tally()
1309 public static Object getAsObject(String[] strings) { in getAsObject()
/art/test/109-suspend-check/src/
DMain.java156 private String[] strings = { "a", "b", "c", "d" }; field in InfiniteWhileLoopWithIntrinsic
/art/test/100-reflect2/src/
DMain.java248 private static String concat(String[] strings) { in concat()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc223 const char* strings[] = { "LGetMethodSignature;", "Ljava/lang/Float;", "Ljava/lang/Object;", in TEST_F() local
/art/runtime/verifier/
Dverifier_deps.cc203 static bool FindExistingStringId(const std::vector<std::string>& strings, in FindExistingStringId()
714 const std::vector<std::string>& strings) { in EncodeStringVector()
727 std::vector<std::string>* strings) { in DecodeStringVector()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc389 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings) in PreloadDexCachesResolveString()
587 StringTable strings; in VMRuntime_preloadDexCaches() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java195 UnDenseMap<String> strings = new UnDenseMap<String>("String"); in parseInternal() local
/art/runtime/
Delf_file.cc943 uint8_t* strings = Begin() + string_section.sh_offset; in GetString() local
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java687 String [] strings = { "octopus", "crab" }; in main() local
/art/dex2oat/linker/
Dimage_writer.cc2323 mirror::StringDexCacheType* strings = dex_cache->GetStrings(); in CollectStringReferenceInfo() local