Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 16 of 16) sorted by relevance

/art/test/922-properties/
Dexpected.txt2 "java.class.path": OK
4 "java.library.path": OK
6 "java.vm.info": OK !!!JVMTI_ERROR_NOT_AVAILABLE
8 "java.vm.name": OK
10 "java.vm.vendor": OK
12 "java.vm.version": OK
16 "file.encoding": OK
18 "file.separator": OK
20 "java.class.version": OK
22 "java.compiler": OK
[all …]
/art/runtime/openjdkjvmti/
Dtransform.cc87 return OK; in RetransformClassesDirect()
105 return OK; in RetransformClasses()
112 jvmtiError res = OK; in RetransformClasses()
116 if (res != OK) { in RetransformClasses()
123 if (res != OK) { in RetransformClasses()
129 if (res != OK) { in RetransformClasses()
148 return OK; in GetClassLocation()
Dti_class_definition.cc79 return OK; in InitCommon()
135 if (res != OK) { in Init()
144 if (res != OK) { in Init()
167 if (res != OK) { in Init()
Dart_jvmti.h74 static constexpr jvmtiError OK = JVMTI_ERROR_NONE; variable
176 if (res != OK) { in CopyDataIntoJvmtiBuffer()
182 return OK; in CopyDataIntoJvmtiBuffer()
DOpenjdkJvmTi.cc88 return OK; in getEnvironmentError()
95 if (ensure_valid_env_ ## __LINE__ != OK) { \
115 return OK; in Allocate()
118 return (*mem_ptr != nullptr) ? OK : ERR(OUT_OF_MEMORY); in Allocate()
126 return OK; in Deallocate()
795 if (res != OK) { in RetransformClasses()
814 if (res != OK) { in RedefineClasses()
1074 return OK; in GenerateEvents()
1282 return OK; in GetPotentialCapabilities()
1289 jvmtiError ret = OK; in AddCapabilities()
[all …]
Dti_redefine.cc232 Redefiner::GetClassRedefinitionError(h_klass, &err_unused) == OK ? JNI_TRUE : JNI_FALSE; in IsModifiableClass()
233 return OK; in IsModifiableClass()
262 return OK; in GetClassRedefinitionError()
322 return OK; in RedefineClasses()
332 if (res != OK) { in RedefineClasses()
343 if (res != OK) { in RedefineClasses()
350 if (res != OK) { in RedefineClasses()
360 if (res != OK) { in RedefineClasses()
375 return OK; in RedefineClassesDirect()
387 if (res != OK) { in RedefineClassesDirect()
[all …]
/art/test/927-timers/
Dexpected.txt1 availableProcessors OK
3 Time OK
/art/test/108-check-cast/
Dinfo.txt7 1 | 0 | OK
10 0 | 1 | OK
/art/test/802-deoptimization/
Dexpected.txt1 CatchHandlerOnEntryWithoutMoveException OK
/art/test/974-verify-interface-super/
Dexpected.txt1 OK. No exception before invoke!
/art/test/096-array-copy-concurrent-gc/
Dexpected.txt3 Test OK
/art/test/142-classloader2/
Dexpected.txt5 Everything OK.
/art/test/021-string2/
Dexpected.txt2 OK
/art/test/004-SignalTest/
Dexpected.txt10 Signal test OK
/art/test/924-threads/
Dexpected.txt1 currentThread OK
/art/test/974-verify-interface-super/smali/
Dmain.smali21 const-string v0, "OK. No exception before invoke!"