Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DArray.java74 static void checkStrings(String[] strings) { in checkStrings()
189 String[] strings; in checkNegAlloc() local
/art/runtime/base/
Dhash_set_test.cc85 std::vector<std::string> strings; in TEST_F() local
118 std::vector<std::string> strings; in TEST_F() local
146 std::vector<std::string> strings; in TEST_F() local
163 std::vector<std::string> strings = {"a", "b", "c", "d", "e", "f", "g"}; in TEST_F() local
220 std::vector<std::string> strings; in TEST_F() local
/art/test/021-string2/src/
DMain.java82 String[] strings = test.split("/"); in main() local
/art/runtime/mirror/
Ddex_cache.cc36 GcRoot<String>* strings, in Init()
Ddex_cache.h140 void SetStrings(GcRoot<String>* strings) ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) { in SetStrings()
Ddex_cache-inl.h133 GcRoot<mirror::String>* strings = GetStrings(); in VisitReferences() local
Dclass-inl.h1061 GcRoot<mirror::String>* strings = GetDexCacheStrings(); in FixupNativePointers() local
/art/test/074-gc-thrash/src/
DMain.java167 String strings[] = new String[ARRAY_SIZE]; in run() local
/art/test/100-reflect2/src/
DMain.java248 private static String concat(String[] strings) { in concat()
/art/test/109-suspend-check/src/
DMain.java156 private String[] strings = { "a", "b", "c", "d" }; field in InfiniteWhileLoopWithIntrinsic
/art/runtime/
Dutils_test.cc273 std::vector<std::string> strings; in TEST_F() local
Ddex_file_test.cc283 const char* strings[] = { "LGetMethodSignature;", "Ljava/lang/Float;", "Ljava/lang/Object;", in TEST_F() local
Delf_file.cc942 uint8_t* strings = Begin() + string_section.sh_offset; in GetString() local
Dutils.cc924 std::string Join(const std::vector<StringT>& strings, char separator) { in Join()
Dclass_linker.cc1291 GcRoot<mirror::String>* const strings = in UpdateAppImageClassLoadersAndDexCaches() local
1479 GcRoot<mirror::String>* strings = klass->GetDexCacheStrings(); in operator ()() local
2089 GcRoot<mirror::String>* strings = (dex_file.NumStringIds() == 0u) ? nullptr : in AllocDexCache() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc283 Handle<mirror::DexCache> dex_cache, uint32_t string_idx, StringTable& strings) in PreloadDexCachesResolveString()
496 StringTable strings; in VMRuntime_preloadDexCaches() local
/art/runtime/gc/space/
Dimage_space.cc1056 GcRoot<mirror::String>* strings = dex_cache->GetStrings(); in RelocateInPlace() local