Home
last modified time | relevance | path

Searched refs:JDI_ASSERT (Results 1 – 10 of 10) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dinvoker.c59 JDI_ASSERT(tagPtr); in returnTypeTag()
78 JDI_ASSERT(tagPtr); in nextArgumentTypeTag()
92 JDI_ASSERT(signature[0] == SIGNATURE_BEGIN_ARGS); in firstArgumentTypeTag()
334 JDI_ASSERT(thread); in invoker_enableInvokeRequests()
675 JDI_ASSERT(thread); in invoker_doInvoke()
722 JDI_ASSERT(JNI_FALSE); in invoker_doInvoke()
748 JDI_ASSERT(thread); in invoker_completeInvokeRequest()
763 JDI_ASSERT(request->pending); in invoker_completeInvokeRequest()
764 JDI_ASSERT(request->started); in invoker_completeInvokeRequest()
834 JDI_ASSERT(thread); in invoker_isPending()
[all …]
Derror_messages.h59 #define JDI_ASSERT(expression) \ macro
DstepControl.c461 JDI_ASSERT(step->depth == JDWP_STEP_DEPTH(INTO)); in handleMethodEnterEvent()
783 JDI_ASSERT(JNI_FALSE); in initEvents()
Dtransport.c255 JDI_ASSERT(JNI_FALSE); in connectionInitiated()
DeventFilter.c478 JDI_ASSERT(filter->u.Count.count > 0); in eventFilterRestricted_passesFilter()
575 JDI_ASSERT(filter->u.Count.count > 0); in eventFilterRestricted_passesUnloadFilter()
DeventHelper.c232 JDI_ASSERT(queue->head); in dequeueCommand()
1056 JDI_ASSERT(err == JVMTI_ERROR_NONE); in eventHelper_recordFrameEvent()
DthreadControl.c410 JDI_ASSERT(findThread(dest, node->thread) == NULL); in moveNode()
706 JDI_ASSERT(node->resumeFrameDepth == 0); in trackAppResume()
2410 JDI_ASSERT(otherThreads.first == NULL); in threadControl_reset()
DoutStream.c94 JDI_ASSERT(!(stream->packet.type.cmd.flags & JDWPTRANSPORT_FLAGS_REPLY)); in outStream_command()
DVirtualMachineImpl.c633 JDI_ASSERT(JNI_FALSE); in doExit()
DeventHandler.c477 JDI_ASSERT(eventBag != NULL); in synthesizeUnloadEvent()