Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 7 of 7) sorted by relevance

/art/runtime/native/
Djava_lang_Runtime.cc67 std::string detail; in Runtime_nativeLoad() local
74 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, &detail); in Runtime_nativeLoad()
82 return env->NewStringUTF(detail.c_str()); in Runtime_nativeLoad()
/art/test/201-built-in-exception-detail-messages/
Dinfo.txt1 Tests of the built-in exceptions' detail messages.
/art/test/095-switch-MAX_INT/
Dinfo.txt1 Bug: http://code.google.com/p/android/issues/detail?id=22344
/art/runtime/
Djni_internal.h71 std::string* detail)
Dtrace.cc561 std::string detail(StringPrintf("Trace data write failed: %s", strerror(errno))); in FinishTracing() local
562 PLOG(ERROR) << detail; in FinishTracing()
563 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
Djni_internal.cc507 void* FindNativeMethod(mirror::ArtMethod* m, std::string& detail) in FindNativeMethod() argument
537 detail += "No implementation found for "; in FindNativeMethod()
538 detail += PrettyMethod(m); in FindNativeMethod()
539 detail += " (tried " + jni_short_name + " and " + jni_long_name + ")"; in FindNativeMethod()
540 LOG(ERROR) << detail; in FindNativeMethod()
3227 std::string* detail) { in LoadNativeLibrary() argument
3228 detail->clear(); in LoadNativeLibrary()
3246 StringAppendF(detail, "Shared library \"%s\" already opened by " in LoadNativeLibrary()
3249 LOG(WARNING) << detail; in LoadNativeLibrary()
3255 StringAppendF(detail, "JNI_OnLoad failed on a previous attempt " in LoadNativeLibrary()
[all …]
Dutils.h219 namespace detail { // Private, implementation-specific namespace. Do not poke outside of this file.
231 return art::utils::detail::RoundUpToPowerOfTwoRecursive(x - 1, 1) + 1;