• Home
  • Raw
  • Download

Lines Matching refs:ERR_NONE

63   if (rc == ERR_NONE) {  in WriteTaggedObject()
75 if (rc != ERR_NONE) { in WriteTaggedObjectList()
79 return ERR_NONE; in WriteTaggedObjectList()
121 if (error == JDWP::ERR_NONE) { in RequestInvoke()
145 return ERR_NONE; in VM_Version()
167 if (status != ERR_NONE) { in VM_ClassesBySignature()
176 return ERR_NONE; in VM_ClassesBySignature()
195 return ERR_NONE; in VM_AllThreads()
214 return ERR_NONE; in VM_TopLevelThreadGroups()
227 return ERR_NONE; in VM_IDSizes()
233 return ERR_NONE; in VM_Dispose()
247 return ERR_NONE; in VM_Suspend()
256 return ERR_NONE; in VM_Resume()
263 return ERR_NONE; in VM_Exit()
277 if (status != ERR_NONE) { in VM_CreateString()
281 return ERR_NONE; in VM_CreateString()
301 return ERR_NONE; in VM_ClassPaths()
312 return ERR_NONE; in VM_DisposeObjects()
324 return ERR_NONE; in VM_Capabilities()
351 return ERR_NONE; in VM_CapabilitiesNew()
367 if (status != ERR_NONE) { in VM_AllClassesImpl()
382 return ERR_NONE; in VM_AllClassesImpl()
408 if (rc != ERR_NONE) { in VM_InstanceCounts()
416 return ERR_NONE; in VM_InstanceCounts()
436 if (status != ERR_NONE) { in RT_GetValues()
440 return ERR_NONE; in RT_GetValues()
451 if (status != ERR_NONE) { in RT_SourceFile()
455 return ERR_NONE; in RT_SourceFile()
467 if (status != ERR_NONE) { in RT_Status()
471 return ERR_NONE; in RT_Status()
491 if (status != ERR_NONE) { in RT_ClassObject()
496 return ERR_NONE; in RT_ClassObject()
508 if (status != ERR_NONE) { in RT_SourceDebugExtension()
512 return ERR_NONE; in RT_SourceDebugExtension()
521 if (status != ERR_NONE) { in RT_Signature()
528 return ERR_NONE; in RT_Signature()
595 if (rc != ERR_NONE) { in RT_Instances()
610 if (status != ERR_NONE) { in CT_Superclass()
614 return ERR_NONE; in CT_Superclass()
635 if (status != ERR_NONE) { in CT_SetValues()
640 return ERR_NONE; in CT_SetValues()
675 if (status != ERR_NONE) { in CT_NewInstance()
691 if (status != ERR_NONE) { in AT_newInstance()
696 return ERR_NONE; in AT_newInstance()
722 return ERR_NONE; in M_LineTable()
736 return ERR_NONE; in M_VariableTable()
756 if (rc != ERR_NONE) { in M_Bytecodes()
765 return ERR_NONE; in M_Bytecodes()
773 return ERR_NONE; in M_IsObsolete()
801 if (status != ERR_NONE) { in OR_GetValues()
806 return ERR_NONE; in OR_GetValues()
826 if (status != ERR_NONE) { in OR_SetValues()
831 return ERR_NONE; in OR_SetValues()
893 if (rc != ERR_NONE) { in OR_ReferringObjects()
908 if (error != JDWP::ERR_NONE) { in SR_Value()
916 return ERR_NONE; in SR_Value()
928 if (error != ERR_NONE) { in TR_Name()
934 return ERR_NONE; in TR_Name()
967 return ERR_NONE; in TR_Resume()
971 return ERR_NONE; in TR_Resume()
984 if (error != ERR_NONE) { in TR_Status()
993 return ERR_NONE; in TR_Status()
1019 if (error != ERR_NONE) { in TR_Frames()
1049 if (rc != ERR_NONE) { in TR_FrameCount()
1054 return ERR_NONE; in TR_FrameCount()
1064 if (rc != ERR_NONE) { in TR_OwnedMonitors()
1071 if (rc != ERR_NONE) { in TR_OwnedMonitors()
1078 return ERR_NONE; in TR_OwnedMonitors()
1097 if (rc != ERR_NONE) { in TR_CurrentContendedMonitor()
1161 if (status != ERR_NONE) { in AR_Length()
1168 return ERR_NONE; in AR_Length()
1348 if (err != ERR_NONE) { in ER_Set()
1354 return ERR_NONE; in ER_Set()
1365 return ERR_NONE; in ER_Clear()
1391 if (rc != ERR_NONE) { in SF_ThisObject()
1429 return ERR_NONE; in DDM_Chunk()
1618 JdwpError result = ERR_NONE; in ProcessRequest()
1659 if (result == ERR_NONE) { in ProcessRequest()
1673 if (result == ERR_NONE && IsInvokeCommand(request->GetCommandSet(), request->GetCommand())) { in ProcessRequest()
1684 replyLength = (result == ERR_NONE) ? expandBufGetLength(pReply) : kJDWPHeaderLen; in ProcessRequest()