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

  /art/runtime/
exception_test.cc 228 trace_array->Get(0)->GetDeclaringClass()->ToModifiedUtf8().c_str());
229 EXPECT_STREQ("ExceptionHandle.java", trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str());
230 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str());
235 trace_array->Get(1)->GetDeclaringClass()->ToModifiedUtf8().c_str());
236 EXPECT_STREQ("ExceptionHandle.java", trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str());
237 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str());
reference_table.cc 189 std::string utf8(s->ToModifiedUtf8());
intern_table.cc 187 const std::string utf8 = s->ToModifiedUtf8();
quick_exception_handler.cc 122 std::string str_msg(msg != nullptr ? msg->ToModifiedUtf8() : "");
class_linker.cc     [all...]
thread.cc 170 self->SetThreadName(self->GetThreadName(soa)->ToModifiedUtf8().c_str());
476 SetThreadName(peer_thread_name->ToModifiedUtf8().c_str());
774 group_name = (group_name_string != nullptr) ? group_name_string->ToModifiedUtf8() : "<null>";
    [all...]
utils.cc 232 return PrettyDescriptor(java_descriptor->ToModifiedUtf8().c_str());
    [all...]
debugger.cc     [all...]
jni_internal.cc 120 << PrettyDescriptor(c) << " in " << c->GetDexCache()->GetLocation()->ToModifiedUtf8()
    [all...]
  /art/runtime/mirror/
throwable.cc 77 result += msg->ToModifiedUtf8();
112 ste->GetMethodName()->ToModifiedUtf8().c_str(),
113 ste->GetFileName()->ToModifiedUtf8().c_str(),
string-inl.h 77 << ToModifiedUtf8() << " " << result;
string.h 108 std::string ToModifiedUtf8() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
string.cc 193 std::string String::ToModifiedUtf8() {
class.cc 799 return dex_cache->GetLocation()->ToModifiedUtf8();
  /art/runtime/interpreter/
interpreter_common.h 363 oss << "/java.lang.String \"" << ref_value->AsString()->ToModifiedUtf8() << "\"";
interpreter_common.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 223 table[string->ToModifiedUtf8()] = string;
  /art/runtime/hprof/
hprof.cc 614 return LookupStringId(string->ToModifiedUtf8());
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 801 EXPECT_STREQ("MyClassNatives.java", ste->GetFileName()->ToModifiedUtf8().c_str());
802 EXPECT_STREQ("MyClassNatives", ste->GetDeclaringClass()->ToModifiedUtf8().c_str());
803 EXPECT_STREQ("fooI", ste->GetMethodName()->ToModifiedUtf8().c_str());
    [all...]

Completed in 8362 milliseconds