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

  /art/runtime/
exception_test.cc 208 trace_array->Get(0)->GetDeclaringClass()->ToModifiedUtf8().c_str());
209 EXPECT_STREQ("ExceptionHandle.java", trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str());
210 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str());
215 trace_array->Get(1)->GetDeclaringClass()->ToModifiedUtf8().c_str());
216 EXPECT_STREQ("ExceptionHandle.java", trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str());
217 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str());
intern_table.cc 99 const std::string utf8 = s->ToModifiedUtf8();
reference_table.cc 185 std::string utf8(s->ToModifiedUtf8());
class_linker.cc     [all...]
thread.cc 164 self->SetThreadName(thread_name->ToModifiedUtf8().c_str());
407 SetThreadName(peer_thread_name->ToModifiedUtf8().c_str());
698 group_name = (group_name_string != NULL) ? group_name_string->ToModifiedUtf8() : "<null>";
    [all...]
object_utils.h 195 return dex_cache->GetLocation()->ToModifiedUtf8();
utils.cc 222 return PrettyDescriptor(java_descriptor->ToModifiedUtf8());
    [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
throwable.cc 56 result += msg->ToModifiedUtf8();
string.cc 91 << ToModifiedUtf8() << " " << result;
238 std::string String::ToModifiedUtf8() const {
string.h 103 std::string ToModifiedUtf8() const;
  /art/runtime/native/
dalvik_system_DexFile.cc 275 << image_header.GetImageRoot(ImageHeader::kOatLocation)->AsString()->ToModifiedUtf8();
283 << image_header.GetImageRoot(ImageHeader::kOatLocation)->AsString()->ToModifiedUtf8();
  /art/runtime/gc/space/
image_space.cc 256 oat_filename += oat_location->ToModifiedUtf8();
  /art/compiler/jni/
jni_compiler_test.cc 583 EXPECT_STREQ("MyClassNatives.java", ste->GetFileName()->ToModifiedUtf8().c_str());
584 EXPECT_STREQ("MyClassNatives", ste->GetDeclaringClass()->ToModifiedUtf8().c_str());
585 EXPECT_STREQ("fooI", ste->GetMethodName()->ToModifiedUtf8().c_str());
  /art/oatdump/
oatdump.cc 723 std::string oat_location(oat_location_object->AsString()->ToModifiedUtf8());
    [all...]
  /art/runtime/hprof/
hprof.cc 594 return LookupStringId(string->ToModifiedUtf8());
    [all...]
  /art/runtime/interpreter/
interpreter.cc 77 std::string descriptor(DotToDescriptor(shadow_frame->GetVRegReference(arg_offset)->AsString()->ToModifiedUtf8().c_str()));
119 << name->ToModifiedUtf8() << " class=" << PrettyDescriptor(klass);
    [all...]

Completed in 294 milliseconds