Searched refs:ToStr (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ |
D | logging.h | 279 class ToStr { 281 explicit ToStr(const T& value) { in ToStr() function 297 DISALLOW_COPY_AND_ASSIGN(ToStr);
|
/art/runtime/ |
D | check_jni.cc | 214 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object); in CheckFieldType() 253 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object); in CheckInstanceFieldID() 635 … what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object, obj); in CheckInstance() 689 ToStr<IndirectRefKind>(GetIndirectRefKind(java_array)).c_str(), java_array, a); in CheckArray() 746 ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object); in CheckObject() 774 ToStr<Thread>(*self).c_str(), ToStr<Thread>(*soa_.Self()).c_str()); in CheckThread() 785 … JniAbortF(function_name_, "thread %s using JNI after critical get", ToStr<Thread>(*self).c_str()); in CheckThread() 796 …JniAbortF(function_name_, "thread %s called too many critical releases", ToStr<Thread>(*self).c_st… in CheckThread() 1230 ToStr<IndirectRefKind>(GetIndirectRefKind(globalRef)).c_str(), globalRef); in DeleteGlobalRef() 1241 ToStr<IndirectRefKind>(GetIndirectRefKind(weakGlobalRef)).c_str(), weakGlobalRef); in DeleteWeakGlobalRef() [all …]
|
D | thread.cc | 1370 JniAbortF(nullptr, "use of deleted %s %p", ToStr<IndirectRefKind>(kind).c_str(), obj); in DecodeJObject()
|