Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/mirror/
Dstring-inl.h47 String* string = down_cast<String*>(obj); in operator() local
66 String* string = down_cast<String*>(obj); in operator() local
93 String* string = down_cast<String*>(obj); in operator() local
116 String* string = down_cast<String*>(obj); in operator() local
174 String* string = Alloc<kIsInstrumented>(self, byte_length, allocator_type, visitor); in AllocFromByteArray() local
188 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string, in AllocFromString()
Dstring.cc81 String* String::AllocFromStrings(Thread* self, Handle<String> string, Handle<String> string2) { in AllocFromStrings()
100 String* string = Alloc<true>(self, utf16_length, allocator_type, visitor); in AllocFromUtf16() local
119 String* string = Alloc<true>(self, utf16_length, allocator_type, visitor); in AllocFromModifiedUtf8() local
254 Handle<String> string(hs.NewHandle(this)); in ToCharArray() local
Dobject_test.cc61 Handle<String> string( in AssertString() local
440 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local
456 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local
473 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local
490 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local
593 Class* string = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"); in TEST_F() local
/art/tools/
Dchecker_test.py31 def __tryParse(self, string): argument
72 def __tryParse(self, string): argument
75 def __parsesTo(self, string, expected): argument
78 def __tryParseNot(self, string): argument
81 def __parsesPattern(self, string, pattern): argument
87 def __parsesVarRef(self, string, name): argument
93 def __parsesVarDef(self, string, name, body): argument
100 def __doesNotParse(self, string, partType): argument
370 def __parsesTo(self, string, expected): argument
434 def __parsesTo(self, string, expected): argument
Dchecker.py250 def __firstMatch(self, matches, string): argument
/art/compiler/dex/
Dpass_me.h116 void PrintPassOptions(SafeMap<const std::string, const OptionContent>& overridden_options) const { in PrintPassOptions()
169 const SafeMap<const std::string, const OptionContent>& overridden_options) const { in GetPassOption()
189 const SafeMap<const std::string, const OptionContent>& overridden_options) const { in GetStringPassOption()
199 const SafeMap<const std::string, const OptionContent>& overridden_options) const { in GetIntegerPassOption()
Dpass_driver_me.h216 SafeMap<const std::string, const OptionContent>& settings_to_fill) { in FillOverriddenPassSettings()
/art/runtime/
Doat.cc33 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) { in ComputeOatHeaderSize()
51 const SafeMap<std::string, std::string>* variable_data) { in Create()
72 const SafeMap<std::string, std::string>* variable_data) { in OatHeader()
460 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { in Flatten()
Djava_vm_ext.h60 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { in SetCheckJniAbortHook()
Dcheck_jni.cc2064 static jsize GetStringLength(JNIEnv* env, jstring string) { in GetStringLength()
2078 static jsize GetStringUTFLength(JNIEnv* env, jstring string) { in GetStringUTFLength()
2092 static const jchar* GetStringChars(JNIEnv* env, jstring string, jboolean* is_copy) { in GetStringChars()
2097 static const char* GetStringUTFChars(JNIEnv* env, jstring string, jboolean* is_copy) { in GetStringUTFChars()
2102 static const jchar* GetStringCritical(JNIEnv* env, jstring string, jboolean* is_copy) { in GetStringCritical()
2107 static void ReleaseStringChars(JNIEnv* env, jstring string, const jchar* chars) { in ReleaseStringChars()
2111 static void ReleaseStringUTFChars(JNIEnv* env, jstring string, const char* utf) { in ReleaseStringUTFChars()
2115 static void ReleaseStringCritical(JNIEnv* env, jstring string, const jchar* chars) { in ReleaseStringCritical()
2119 static void GetStringRegion(JNIEnv* env, jstring string, jsize start, jsize len, jchar* buf) { in GetStringRegion()
2133 static void GetStringUTFRegion(JNIEnv* env, jstring string, jsize start, jsize len, char* buf) { in GetStringUTFRegion()
[all …]
Delf_file.cc1003 uint8_t* string = strings + i; in GetString() local
Ddex_file.cc623 const DexFile::StringId* DexFile::FindStringId(const uint16_t* string, size_t length) const { in FindStringId() argument
/art/tools/dexfuzz/src/dexfuzz/program/
DIdCreator.java131 private int findStringDataInsertionPoint(String string) { in findStringDataInsertionPoint()
321 private int createString(String string) { in createString()
379 private int findString(String string) { in findString()
396 public int findOrCreateString(String string) { in findOrCreateString()
/art/runtime/gc/
Dheap_test.cc56 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"); in TEST_F() local
/art/test/020-string/src/
DMain.java94 String string = "string"; in constructorTest() local
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc157 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String*>(java_string))); in charsToBytes() local
195 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String*>(java_string))); in CharsetUtils_toUtf8Bytes() local
Djava_lang_StringFactory.cc72 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String*>(to_copy))); in StringFactory_newStringFromString() local
Djava_lang_DexCache.cc72 jobject string) { in DexCache_setResolvedString()
Ddalvik_system_VMRuntime.cc266 mirror::String* string = root->AsString(); in VisitRoot() local
278 mirror::String* string = dex_cache->GetResolvedString(string_idx); in PreloadDexCachesResolveString() local
437 mirror::String* string = dex_cache->GetResolvedString(j); in PreloadDexCachesStatsFilled() local
/art/test/100-reflect2/src/
DMain.java255 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
/art/compiler/driver/
Dcompiler_driver_test.cc114 const mirror::String* string = dex_cache->GetResolvedString(i); in TEST_F() local
/art/runtime/hprof/
Dhprof.cc535 const std::string& string = p.first; in WriteStringTable() local
579 HprofStringId LookupStringId(mirror::String* string) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LookupStringId()
583 HprofStringId LookupStringId(const char* string) { in LookupStringId()
587 HprofStringId LookupStringId(const std::string& string) { in LookupStringId()
/art/runtime/interpreter/
Dunstarted_runtime.cc754 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringGetCharsNoCheck() local
773 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringCharAt() local
786 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringSetCharAt() local
844 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringToCharArray() local
/art/runtime/verifier/
Dreg_type_test.cc468 const RegType& string = cache_new.JavaLangString(); in TEST_F() local
/art/compiler/
Doat_writer.cc65 SafeMap<std::string, std::string>* key_value_store) in OatWriter()

12