Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc466 bool okay; in Dump() local
470 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()
472 okay = DumpToDdmsBuffered(overall_size, max_length); in Dump()
475 okay = DumpToFile(overall_size, max_length); in Dump()
478 if (okay) { in Dump()
779 bool okay; in DumpToFile() local
784 okay = !file_output.Errors(); in DumpToFile()
786 if (okay) { in DumpToFile()
794 if (okay) { in DumpToFile()
795 okay = file->FlushCloseOrErase() == 0; in DumpToFile()
[all …]
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc97 bool okay = resize(mOffset); in toByteArray() local
98 return okay ? mJavaArray : nullptr; in toByteArray()
/art/test/954-invoke-polymorphic-verifier/smali/
DSubclass.smali32 …# Calling MethodHandleImpl.invoke() rather than MethodHandle.invoke() [ declaring class is okay ] …
/art/runtime/
Djava_vm_ext.cc111 bool okay; in CheckOnLoadResult() local
119 okay = true; in CheckOnLoadResult()
126 okay = (jni_on_load_result_ == kOkay); in CheckOnLoadResult()
128 << (okay ? "succeeded" : "failed") << "]"; in CheckOnLoadResult()
131 return okay; in CheckOnLoadResult()
Dcheck_jni.cc844 bool okay; in CheckInstance() local
846 okay = false; in CheckInstance()
849 okay = Runtime::Current()->IsClearedJniWeakGlobal(obj); in CheckInstance()
851 if (!okay) { in CheckInstance()
871 bool okay = true; in CheckInstance() local
874 okay = obj->IsClass(); in CheckInstance()
880 okay = obj->GetClass()->IsStringClass(); in CheckInstance()
883 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
888 if (!okay) { in CheckInstance()
/art/runtime/interpreter/mterp/
DREADME.txt166 If you already have a %break, it's okay to leave it in place -- the second