/art/runtime/mirror/ |
D | dex_cache.cc | 60 StringDexCacheType* strings = (dex_file->NumStringIds() == 0u) ? nullptr : in InitializeDexCache() local 180 GcRoot<mirror::String>* strings = in AddPreResolvedStringsArray() local 198 StringDexCacheType* strings, in Init()
|
D | dex_cache.h | 345 void SetStrings(StringDexCacheType* strings) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in SetStrings() 349 void SetPreResolvedStrings(GcRoot<mirror::String>* strings) in SetPreResolvedStrings()
|
/art/test/003-omnibus-opcodes/src/ |
D | Array.java | 74 static void checkStrings(String[] strings) { in checkStrings() 189 String[] strings; in checkNegAlloc() local
|
/art/libartbase/base/ |
D | hash_set_test.cc | 87 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/ |
D | Main.java | 82 String[] strings = test.split("/"); in main() local 133 String[] strings = { in testCompareToAndEquals() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_strings.cc | 338 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/ |
D | Main.java | 166 String strings[] = new String[ARRAY_SIZE]; in run() local
|
/art/test/956-methodhandles/src/ |
D | Main.java | 1180 public VariableArityTester(String s0, String... strings) { update(s0, strings); } in VariableArityTester() 1202 public String update(String s0, String... strings) { return lastResult = tally(s0, strings); } in update() 1229 public static String tally(String s0, String... strings) { in tally() 1258 public static Object getAsObject(String[] strings) { in getAsObject()
|
/art/test/100-reflect2/src/ |
D | Main.java | 248 private static String concat(String[] strings) { in concat()
|
/art/test/109-suspend-check/src/ |
D | Main.java | 156 private String[] strings = { "a", "b", "c", "d" }; field in InfiniteWhileLoopWithIntrinsic
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 206 static bool FindExistingStringId(const std::vector<std::string>& strings, in FindExistingStringId() 693 const std::vector<std::string>& strings) { in EncodeStringVector() 705 std::vector<std::string>* strings) { in DecodeStringVector()
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 223 const char* strings[] = { "LGetMethodSignature;", "Ljava/lang/Float;", "Ljava/lang/Object;", in TEST_F() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 376 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings) in PreloadDexCachesResolveString() 582 StringTable strings; in VMRuntime_preloadDexCaches() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Parser.java | 194 UnDenseMap<String> strings = new UnDenseMap<String>("String"); in parseInternal() local
|
/art/runtime/ |
D | elf_file.cc | 944 uint8_t* strings = Begin() + string_section.sh_offset; in GetString() local
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 687 String [] strings = { "octopus", "crab" }; in main() local
|