Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc59 if (rc == ERR_NONE) { in WriteTaggedObject()
71 if (rc != ERR_NONE) { in WriteTaggedObjectList()
75 return ERR_NONE; in WriteTaggedObjectList()
117 if (error == JDWP::ERR_NONE) { in RequestInvoke()
141 return ERR_NONE; in VM_Version()
163 if (status != ERR_NONE) { in VM_ClassesBySignature()
172 return ERR_NONE; in VM_ClassesBySignature()
191 return ERR_NONE; in VM_AllThreads()
210 return ERR_NONE; in VM_TopLevelThreadGroups()
223 return ERR_NONE; in VM_IDSizes()
[all …]
Djdwp_constants.h32 ERR_NONE = 0, enumerator
Dobject_registry.h89 *error = JDWP::ERR_NONE; in Get()
Dobject_registry.cc179 *error = JDWP::ERR_NONE; in InternalGet()
Djdwp_event.cc213 if (status != ERR_NONE) { in RegisterEvent()
248 return ERR_NONE; in RegisterEvent()
795 if (error != JDWP::ERR_NONE) { in LogMatchingEventsAndThread()
/art/runtime/
Ddebugger.cc454 *error = JDWP::ERR_NONE; in DecodeNonNullArray()
469 *error = JDWP::ERR_NONE; in DecodeClass()
495 *error = (thread == nullptr) ? JDWP::ERR_THREAD_NOT_ALIVE : JDWP::ERR_NONE; in DecodeThread()
773 if (error == JDWP::ERR_NONE) { in GetClassName()
801 return JDWP::ERR_NONE; in GetClassObject()
817 return JDWP::ERR_NONE; in GetSuperclass()
827 return JDWP::ERR_NONE; in GetClassLoader()
848 return JDWP::ERR_NONE; in GetModifiers()
879 return JDWP::ERR_NONE; in GetMonitorInfo()
929 return JDWP::ERR_NONE; in GetOwnedMonitors()
[all …]