HomeSort by relevance Sort by last modified time
    Searched refs:AllocFromModifiedUtf8 (Results 1 - 15 of 15) sorted by null

  /art/runtime/
intern_table_test.cc 36 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
56 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
104 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello")));
106 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "world")));
125 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "still here")));
148 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
150 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
163 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
178 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "foo")));
reference_table_test.cc 31 mirror::Object* o1 = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello");
monitor_test.cc 297 test->object_ = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(Thread::Current(),
299 test->watchdog_object_ = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(Thread::Current(),
intern_table.cc 252 return InternStrong(mirror::String::AllocFromModifiedUtf8(
258 return InternStrong(mirror::String::AllocFromModifiedUtf8(Thread::Current(), utf8_data));
utils_test.cc 111 Handle<mirror::String> s(hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "")));
thread.cc     [all...]
class_linker_test.cc     [all...]
debugger.cc     [all...]
jni_internal.cc     [all...]
  /art/runtime/mirror/
object_test.cc 63 hs.NewHandle(String::AllocFromModifiedUtf8(self, expected_utf16_length, utf8_in)));
397 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android")));
405 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "")));
413 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android")));
414 Handle<String> string_2(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android")));
422 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "")));
430 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android")));
431 Handle<String> string_2(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android")));
432 Handle<String> string_3(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "Android")));
433 Handle<String> string_4(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "and")))
    [all...]
string.h 84 static String* AllocFromModifiedUtf8(Thread* self, const char* utf)
87 static String* AllocFromModifiedUtf8(Thread* self, int32_t utf16_length,
string.cc 98 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) {
101 return AllocFromModifiedUtf8(self, char_count, utf);
104 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length,
class.cc 191 name = String::AllocFromModifiedUtf8(self, c_name);
195 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str());
  /art/runtime/gc/
heap_test.cc 55 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!");
  /art/runtime/arch/
stub_test.cc 613 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
638 mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
686 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
729 objects[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), ""));
898 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!")));
    [all...]

Completed in 439 milliseconds