Home
last modified time | relevance | path

Searched refs:okay (Results 1 – 6 of 6) sorted by relevance

/art/runtime/hprof/
Dhprof.cc448 bool okay; in Dump() local
451 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()
453 okay = DumpToDdmsBuffered(overall_size, max_length); in Dump()
456 okay = DumpToFile(overall_size, max_length); in Dump()
459 if (okay) { in Dump()
757 bool okay; in DumpToFile() local
762 okay = !file_output.Errors(); in DumpToFile()
764 if (okay) { in DumpToFile()
772 if (okay) { in DumpToFile()
773 okay = file->FlushCloseOrErase() == 0; in DumpToFile()
[all …]
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc94 bool okay = resize(mOffset); in toByteArray() local
95 return okay ? mJavaArray : nullptr; in toByteArray()
/art/runtime/
Djava_vm_ext.cc102 bool okay; in CheckOnLoadResult() local
110 okay = true; in CheckOnLoadResult()
117 okay = (jni_on_load_result_ == kOkay); in CheckOnLoadResult()
119 << (okay ? "succeeded" : "failed") << "]"; in CheckOnLoadResult()
122 return okay; in CheckOnLoadResult()
Dcheck_jni.cc770 bool okay; in CheckInstance() local
772 okay = false; in CheckInstance()
775 okay = Runtime::Current()->IsClearedJniWeakGlobal(obj); in CheckInstance()
777 if (!okay) { in CheckInstance()
793 bool okay = true; in CheckInstance() local
796 okay = obj->IsClass(); in CheckInstance()
802 okay = obj->GetClass()->IsStringClass(); in CheckInstance()
805 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
810 if (!okay) { in CheckInstance()
Djni_internal.cc2339 bool okay = (static_cast<jint>(kLocalsMax - capacity) >= desired_capacity); in EnsureLocalCapacityInternal() local
2340 if (!okay) { in EnsureLocalCapacityInternal()
2343 return okay ? JNI_OK : JNI_ERR; in EnsureLocalCapacityInternal()
/art/runtime/interpreter/mterp/
DREADME.txt166 If you already have a %break, it's okay to leave it in place -- the second