Home
last modified time | relevance | path

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

12

/art/test/712-varhandle-invocations/
Dexpected.txt1 FieldGetBoolean...OK
2 FieldGetByte...OK
3 FieldGetShort...OK
4 FieldGetChar...OK
5 FieldGetInt...OK
6 FieldGetLong...OK
7 FieldGetFloat...OK
8 FieldGetDouble...OK
9 FieldSetBoolean...OK
10 FieldSetByte...OK
[all …]
/art/openjdkjvmti/
Dti_allocator.cc56 return OK; in GetGlobalJvmtiAllocationState()
66 return OK; in Allocate()
72 return OK; in Allocate()
85 return OK; in Deallocate()
Dti_logging.cc54 if (err != OK) { in GetLastError()
59 return OK; in GetLastError()
69 return OK; in ClearLastError()
Dti_ddms.cc76 jvmtiError error = OK; in HandleChunk()
79 if (error != OK) { in HandleChunk()
86 return OK; in HandleChunk()
Dti_method.cc135 return OK; in GetBytecodes()
140 if (err != OK) { in GetBytecodes()
144 return OK; in GetBytecodes()
214 jvmtiError err = OK; in GetLocalVariableTable()
218 if (err != OK || in GetLocalVariableTable()
220 reinterpret_cast<unsigned char**>(out_table_ptr))) != OK) { in GetLocalVariableTable()
230 return OK; in GetLocalVariableTable()
234 if (err != OK) { in GetLocalVariableTable()
238 if (err != OK) { in GetLocalVariableTable()
242 if (err != OK) { in GetLocalVariableTable()
[all …]
Dtransform.cc291 return OK; in RetransformClassesDirect()
309 return OK; in RetransformClasses()
316 jvmtiError res = OK; in RetransformClasses()
319 if (res != OK) { in RetransformClasses()
324 if (res != OK) { in RetransformClasses()
330 if (res != OK) { in RetransformClasses()
349 return OK; in GetClassLocation()
Dti_extension.cc116 if (error != OK) { in GetExtensionFunctions()
354 return OK; in GetExtensionFunctions()
403 if (error != OK) { in GetExtensionEvents()
432 if (error != OK) { in GetExtensionEvents()
457 return OK; in GetExtensionEvents()
477 if (err != OK) { in SetExtensionEventCallback()
Dti_class_definition.cc132 return OK; in InitCommon()
308 if (res != OK) { in Init()
327 return OK; in Init()
338 return OK; in Init()
343 if (res != OK) { in Init()
350 return OK; in Init()
Dti_field.cc204 return OK; in SetFieldModificationWatch()
221 return OK; in ClearFieldModificationWatch()
238 return OK; in SetFieldAccessWatch()
255 return OK; in ClearFieldAccessWatch()
Dti_breakpoint.cc104 return OK; in SetBreakpoint()
128 return OK; in ClearBreakpoint()
Dart_jvmti.h122 static constexpr jvmtiError OK = JVMTI_ERROR_NONE; variable
224 if (res != OK) { in CopyDataIntoJvmtiBuffer()
230 return OK; in CopyDataIntoJvmtiBuffer()
DOpenjdkJvmTi.cc104 return OK; in getEnvironmentError()
111 if (ensure_valid_env_ ## __LINE__ != OK) { \
127 if (err != OK && err != ERR(UNATTACHED_THREAD)) { in Allocate()
137 if (err != OK && err != ERR(UNATTACHED_THREAD)) { in Deallocate()
799 if (res != OK) { in RetransformClasses()
818 if (res != OK) { in RedefineClasses()
1074 return OK; in GenerateEvents()
1163 return OK; in GetPotentialCapabilities()
1170 jvmtiError ret = OK; in AddCapabilities()
1174 if (ret != OK) { in AddCapabilities()
[all …]
Dti_dump.cc87 jvmtiError err = OK; in DumpInternalState()
Ddeopt_manager.cc415 jvmtiError err = OK; in AddDeoptimizeThreadMethods()
437 return OK; in AddDeoptimizeThreadMethods()
443 jvmtiError err = OK; in RemoveDeoptimizeThreadMethods()
450 return OK; in RemoveDeoptimizeThreadMethods()
/art/test/716-jli-jit-samples/
Dexpected.txt2 MethodHandle OK
3 VarHandle OK
/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/dt_fd_forward/
Ddt_fd_forward.cc98 if (err != OK) { in PerformAttach()
99 return OK; in PerformAttach()
127 return OK; in SetupListen()
145 return OK; in StopListening()
408 return OK; in Accept()
443 ChangeState(TransportState::kOpen, TransportState::kClosed) ? OK : ERR(ILLEGAL_STATE); in Close()
447 if (res == OK) { in Close()
578 return OK; in ReadPacket()
635 return OK; in WritePacket()
657 return OK; in GetLastError()
[all …]
Ddt_fd_forward.h60 static constexpr jdwpTransportError OK = ERR(NONE); variable
/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

12