• Home
  • Raw
  • Download

Lines Matching refs:u1

44 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc)  in jdwpReadLocation()
67 static u8 jdwpReadValue(const u1** pBuf, int width) in jdwpReadValue()
103 const u1* buf, int dataLen, ExpandBuf* pReply, in finishInvoke()
123 u1 typeTag = read1(&buf); in finishInvoke()
137 u1 resultTag; in finishInvoke()
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version()
192 expandBufAddUtf8String(pReply, (const u1*) tmpBuf); in handleVM_Version()
197 expandBufAddUtf8String(pReply, (const u1*) "1.5.0"); /* e.g. 1.5.0_04 */ in handleVM_Version()
199 expandBufAddUtf8String(pReply, (const u1*) "DalvikVM"); in handleVM_Version()
210 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_ClassesBySignature()
236 u1 typeTag; in handleVM_ClassesBySignature()
259 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_AllThreads()
281 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_TopLevelThreadGroups()
305 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_IDSizes()
322 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Dispose()
334 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Suspend()
344 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Resume()
354 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Exit()
371 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_CreateString()
391 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Capabilities()
407 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_ClassPaths()
418 expandBufAddUtf8String(pReply, (const u1*) baseDir); in handleVM_ClassPaths()
421 expandBufAddUtf8String(pReply, (const u1*) "."); in handleVM_ClassPaths()
438 const u1* buf, int dataLen, ExpandBuf* pReply) in HandleVM_DisposeObjects()
447 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_CapabilitiesNew()
481 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_AllClassesWithGeneric()
491 static const u1 genericSignature[1] = ""; in handleVM_AllClassesWithGeneric()
492 u1 refTypeTag; in handleVM_AllClassesWithGeneric()
500 expandBufAddUtf8String(pReply, (const u1*) signature); in handleVM_AllClassesWithGeneric()
515 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_Signature()
521 expandBufAddUtf8String(pReply, (const u1*) signature); in handleRT_Signature()
530 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_Modifiers()
544 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_GetValues()
564 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_SourceFile()
570 expandBufAddUtf8String(pReply, (const u1*) fileName); in handleRT_SourceFile()
581 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_Status()
586 u1 typeTag; in handleRT_Status()
597 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_Interfaces()
613 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_ClassObject()
631 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_SourceDebugExtension()
641 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_SignatureWithGeneric()
643 static const u1 genericSignature[1] = ""; in handleRT_SignatureWithGeneric()
650 expandBufAddUtf8String(pReply, (const u1*) signature); in handleRT_SignatureWithGeneric()
653 expandBufAddUtf8String(pReply, (const u1*) "Lunknown;"); in handleRT_SignatureWithGeneric()
665 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_ClassLoader()
679 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_FieldsWithGeneric()
695 const u1* buf, int dataLen, ExpandBuf* pReply) in handleRT_MethodsWithGeneric()
711 const u1* buf, int dataLen, ExpandBuf* pReply) in handleCT_Superclass()
726 const u1* buf, int dataLen, ExpandBuf* pReply) in handleCT_SetValues()
735 u1 fieldTag = dvmDbgGetStaticFieldBasicTag(classId, fieldId); in handleCT_SetValues()
753 const u1* buf, int dataLen, ExpandBuf* pReply) in handleCT_InvokeMethod()
771 const u1* buf, int dataLen, ExpandBuf* pReply) in handleCT_NewInstance()
790 const u1* buf, int dataLen, ExpandBuf* pReply) in handleAT_newInstance()
810 const u1* buf, int dataLen, ExpandBuf* pReply) in handleM_LineTable()
828 const u1* buf, int dataLen, ExpandBuf* pReply) in handleM_VariableTableWithGeneric()
856 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_ReferenceType()
861 u1 refTypeTag; in handleOR_ReferenceType()
875 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_GetValues()
896 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_SetValues()
906 u1 fieldTag = dvmDbgGetFieldBasicTag(objectId, fieldId); in handleOR_SetValues()
931 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_InvokeMethod()
946 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_DisableCollection()
956 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_EnableCollection()
966 const u1* buf, int dataLen, ExpandBuf* pReply) in handleOR_IsCollected()
983 const u1* buf, int dataLen, ExpandBuf* pReply) in handleSR_Value()
990 expandBufAddUtf8String(pReply, (u1*) str); in handleSR_Value()
1000 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_Name()
1009 expandBufAddUtf8String(pReply, (u1*) name); in handleTR_Name()
1022 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_Suspend()
1041 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_Resume()
1060 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_Status()
1085 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_ThreadGroup()
1103 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_Frames()
1151 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_FrameCount()
1175 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_CurrentContendedMonitor()
1194 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTR_SuspendCount()
1210 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTGR_Name()
1217 expandBufAddUtf8String(pReply, (u1*) name); in handleTGR_Name()
1219 expandBufAddUtf8String(pReply, (u1*) "BAD-GROUP-ID"); in handleTGR_Name()
1233 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTGR_Parent()
1248 const u1* buf, int dataLen, ExpandBuf* pReply) in handleTGR_Children()
1282 const u1* buf, int dataLen, ExpandBuf* pReply) in handleAR_Length()
1300 const u1* buf, int dataLen, ExpandBuf* pReply) in handleAR_GetValues()
1306 u1 tag = dvmDbgGetArrayElementTag(arrayId); in handleAR_GetValues()
1323 const u1* buf, int dataLen, ExpandBuf* pReply) in handleAR_SetValues()
1343 const u1* buf, int dataLen, ExpandBuf* pReply) in handleCLR_VisibleClasses()
1356 u1 refTypeTag; in handleCLR_VisibleClasses()
1373 const u1* buf, int dataLen, ExpandBuf* pReply) in handleER_Set()
1375 const u1* origBuf = buf; in handleER_Set()
1377 u1 eventKind = read1(&buf); in handleER_Set()
1378 u1 suspendPolicy = read1(&buf); in handleER_Set()
1398 u1 modKind = read1(&buf); in handleER_Set()
1472 u1 caught, uncaught; in handleER_Set()
1560 const u1* buf, int dataLen, ExpandBuf* pReply) in handleER_Clear()
1562 u1 eventKind; in handleER_Clear()
1577 const u1* buf, int dataLen, ExpandBuf* pReply) in handleSF_GetValues()
1589 u1 reqSigByte = read1(&buf); in handleSF_GetValues()
1594 u1* ptr = expandBufAddSpace(pReply, width+1); in handleSF_GetValues()
1605 const u1* buf, int dataLen, ExpandBuf* pReply) in handleSF_SetValues()
1616 u1 sigByte = read1(&buf); in handleSF_SetValues()
1631 const u1* buf, int dataLen, ExpandBuf* pReply) in handleSF_ThisObject()
1640 u1 objectTag = dvmDbgGetObjectTag(objectId); in handleSF_ThisObject()
1659 const u1* buf, int dataLen, ExpandBuf* pReply) in handleCOR_ReflectedType()
1680 const u1* buf, int dataLen, ExpandBuf* pReply) in handleDDM_Chunk()
1682 u1* replyBuf = NULL; in handleDDM_Chunk()
1715 const u1* buf, int dataLen, ExpandBuf* reply);
1718 u1 cmdSet;
1719 u1 cmd;
1878 const u1* buf, int dataLen, ExpandBuf* pReply) in dvmJdwpProcessRequest()
1944 u1* replyBuf = expandBufGetBuffer(pReply); in dvmJdwpProcessRequest()