Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc63 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()
[all …]
Djdwp_constants.h32 ERR_NONE = 0, enumerator
Dobject_registry.h87 *error = JDWP::ERR_NONE; in Get()
Djdwp_event.cc216 if (status != ERR_NONE) { in RegisterEvent()
251 return ERR_NONE; in RegisterEvent()
271 DCHECK_EQ(error, ERR_NONE); in UnregisterLocationEventsOnClass()
836 if (error != JDWP::ERR_NONE) { in LogMatchingEventsAndThread()
Dobject_registry.cc188 *error = JDWP::ERR_NONE; in InternalGet()
/art/runtime/
Ddebugger.cc427 *error = JDWP::ERR_NONE; in DecodeNonNullArray()
442 *error = JDWP::ERR_NONE; in DecodeClass()
470 *error = (thread == nullptr) ? JDWP::ERR_THREAD_NOT_ALIVE : JDWP::ERR_NONE; in DecodeThread()
771 if (error == JDWP::ERR_NONE) { in GetClassName()
799 return JDWP::ERR_NONE; in GetClassObject()
815 return JDWP::ERR_NONE; in GetSuperclass()
825 return JDWP::ERR_NONE; in GetClassLoader()
846 return JDWP::ERR_NONE; in GetModifiers()
877 return JDWP::ERR_NONE; in GetMonitorInfo()
927 return JDWP::ERR_NONE; in GetOwnedMonitors()
[all …]