Home
last modified time | relevance | path

Searched refs:AllocFromModifiedUtf8 (Results 1 – 18 of 18) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime_test.cc305 mirror::String::AllocFromModifiedUtf8(self, base_string))); in TEST_F()
364 mirror::String* test_string = mirror::String::AllocFromModifiedUtf8(self, base_string); in TEST_F()
395 mirror::String* string_arg = mirror::String::AllocFromModifiedUtf8(self, base_string); in TEST_F()
396 mirror::String* reference_empty_string = mirror::String::AllocFromModifiedUtf8(self, ""); in TEST_F()
424 hs_data.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "1")); in TEST_F()
425 hs_data.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "2")); in TEST_F()
426 hs_data.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "3")); in TEST_F()
460 hs_src.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "1")); in TEST_F()
461 hs_src.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "2")); in TEST_F()
462 hs_src.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "3")); in TEST_F()
[all …]
/art/runtime/
Dintern_table_test.cc36 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo"))); in TEST_F()
58 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo"))); in TEST_F()
99 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello"))); in TEST_F()
101 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "world"))); in TEST_F()
120 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "still here"))); in TEST_F()
143 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo"))); in TEST_F()
145 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo"))); in TEST_F()
158 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo"))); in TEST_F()
173 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo"))); in TEST_F()
Dreference_table_test.cc33 mirror::Object* o1 = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello"); in TEST_F()
Dmonitor_test.cc297 test->object_ = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "hello, world!")); in CommonWaitSetup()
298 test->watchdog_object_ = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(self, in CommonWaitSetup()
Dintern_table.cc319 return InternStrong(mirror::String::AllocFromModifiedUtf8( in InternStrong()
325 return InternStrong(mirror::String::AllocFromModifiedUtf8(Thread::Current(), utf8_data)); in InternStrong()
Dutils_test.cc112 Handle<mirror::String> s(hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
Dthread.cc2212 mirror::String::AllocFromModifiedUtf8(soa.Self(), class_name.c_str())); in InternalStackTraceToStackTraceElementArray()
2219 source_name_object.Assign(mirror::String::AllocFromModifiedUtf8(soa.Self(), source_file)); in InternalStackTraceToStackTraceElementArray()
2229 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), method_name))); in InternalStackTraceToStackTraceElementArray()
2312 soa.AddLocalReference<jstring>(mirror::String::AllocFromModifiedUtf8(this, msg))); in ThrowNewWrappedException()
Dclass_linker_test.cc955 mirror::String::AllocFromModifiedUtf8(soa.Self(), "robot")); in TEST_F()
Ddex_file.cc1602 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(self, name))); in CreateAnnotationMember()
Djni_internal.cc1647 mirror::String* result = mirror::String::AllocFromModifiedUtf8(soa.Self(), utf); in NewStringUTF()
Ddebugger.cc1267 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str()); in CreateString()
Dclass_linker.cc7916 mirror::String::AllocFromModifiedUtf8(self, dex_file->GetLocation().c_str())); in CreatePathClassLoader()
/art/runtime/mirror/
Dstring.cc110 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) { in AllocFromModifiedUtf8() function in art::mirror::String
114 return AllocFromModifiedUtf8(self, char_count, utf, byte_count); in AllocFromModifiedUtf8()
117 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, const char* utf8_data_in)… in AllocFromModifiedUtf8() function in art::mirror::String
118 return AllocFromModifiedUtf8(self, utf16_length, utf8_data_in, strlen(utf8_data_in)); in AllocFromModifiedUtf8()
121 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, in AllocFromModifiedUtf8() function in art::mirror::String
Dobject_test.cc62 hs.NewHandle(String::AllocFromModifiedUtf8(self, expected_utf16_length, utf8_in))); in AssertString()
431 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
439 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
447 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
448 Handle<String> string_2(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
456 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F()
464 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
465 Handle<String> string_2(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F()
466 Handle<String> string_3(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "Android"))); in TEST_F()
467 Handle<String> string_4(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "and"))); in TEST_F()
[all …]
Dstring.h116 static String* AllocFromModifiedUtf8(Thread* self, const char* utf)
119 static String* AllocFromModifiedUtf8(Thread* self, int32_t utf16_length,
123 static String* AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, const char* utf8_data_in)
Dclass.cc175 name = String::AllocFromModifiedUtf8(self, c_name); in ComputeName()
179 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()
/art/runtime/gc/
Dheap_test.cc56 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"); in TEST_F()
/art/runtime/arch/
Dstub_test.cc597 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
622 mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
671 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TestUnlockObject()
714 objects[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "")); in TestUnlockObject()
888 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
1234 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c[i])); in TEST_F()
1655 mirror::String* str = mirror::String::AllocFromModifiedUtf8(self, "Test"); in GetSetObjStatic()
1702 mirror::String* str = mirror::String::AllocFromModifiedUtf8(self, "Test"); in GetSetObjInstance()
2100 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c_str[i])); in TEST_F()
2206 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()