/art/runtime/mirror/ |
D | string.cc | 80 String* string = Alloc(self, utf16_length); in AllocFromUtf16() local 106 String* string = Alloc(self, utf16_length); in AllocFromModifiedUtf8() local 128 String* string = down_cast<String*>(GetJavaLangString()->AllocObject(self)); in Alloc() local
|
D | object_test.cc | 62 Handle<String> string( in AssertString() local 397 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 413 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 430 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 447 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 574 Class* string = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"); in TEST_F() local
|
/art/runtime/ |
D | oat.cc | 28 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) { in ComputeOatHeaderSize() 46 const SafeMap<std::string, std::string>* variable_data) { in Create() 67 const SafeMap<std::string, std::string>* variable_data) { in OatHeader() 479 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { in Flatten()
|
D | check_jni.cc | 1485 static jsize GetStringLength(JNIEnv* env, jstring string) { in GetStringLength() 1504 static void ReleaseStringChars(JNIEnv* env, jstring string, const jchar* chars) { in ReleaseStringChars() 1520 static jsize GetStringUTFLength(JNIEnv* env, jstring string) { in GetStringUTFLength() 1525 static const char* GetStringUTFChars(JNIEnv* env, jstring string, jboolean* isCopy) { in GetStringUTFChars() 1537 static void ReleaseStringUTFChars(JNIEnv* env, jstring string, const char* utf) { in ReleaseStringUTFChars() 1729 static void ReleaseStringCritical(JNIEnv* env, jstring string, const jchar* carray) { in ReleaseStringCritical()
|
D | elf_file.cc | 949 byte* string = strings + i; in GetString() local
|
D | class_linker.cc | 5626 mirror::String* string = intern_table_->InternStrong(utf16_length, utf8_data); in ResolveString() local
|
/art/runtime/gc/ |
D | heap_test.cc | 55 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"); in TEST_F() local
|
/art/runtime/hprof/ |
D | hprof.cc | 558 const std::string& string = p.first; in WriteStringTable() local 613 HprofStringId LookupStringId(mirror::String* string) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LookupStringId() 617 HprofStringId LookupStringId(const char* string) { in LookupStringId() 621 HprofStringId LookupStringId(const std::string& string) { in LookupStringId()
|
/art/test/100-reflect2/src/ |
D | Main.java | 255 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 113 const mirror::String* string = dex_cache->GetResolvedString(i); in TEST_F() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 222 mirror::String* string = const_cast<mirror::Object*>(*root)->AsString(); in PreloadDexCachesStringsCallback() local 230 mirror::String* string = dex_cache->GetResolvedString(string_idx); in PreloadDexCachesResolveString() local 387 mirror::String* string = dex_cache->GetResolvedString(i); in PreloadDexCachesStatsFilled() local
|
/art/compiler/ |
D | elf_patcher.cc | 103 mirror::String* string = class_linker->ResolveString(patch->GetDexFile(), patch->GetStringIdx(), in GetTargetString() local
|
D | image_writer.cc | 606 mirror::String* string = obj->AsString(); in ComputeEagerResolvedStringsCallback() local
|
D | oat_writer.cc | 56 SafeMap<std::string, std::string>* key_value_store) in OatWriter()
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 458 RegType& string = cache_new.JavaLangString(); in TEST_F() local
|
/art/dex2oat/ |
D | dex2oat.cc | 369 SafeMap<std::string, std::string>* key_value_store) { in CreateOatFile()
|
/art/oatdump/ |
D | oatdump.cc | 1134 mirror::String* string = value->AsString(); in PrettyObjectValue() local
|