Lines Matching refs:pContext
1648 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); in OutputLineTable() local
1649 expandBufAdd8BE(pContext->pReply, address); in OutputLineTable()
1650 expandBufAdd4BE(pContext->pReply, line_number); in OutputLineTable()
1651 pContext->numItems++; in OutputLineTable()
1698 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); in OutputVariableTable() local
1701 pContext->variable_count, startAddress, endAddress - startAddress, in OutputVariableTable()
1703 MangleSlot(slot, pContext->method)); in OutputVariableTable()
1705 slot = MangleSlot(slot, pContext->method); in OutputVariableTable()
1707 expandBufAdd8BE(pContext->pReply, startAddress); in OutputVariableTable()
1708 expandBufAddUtf8String(pContext->pReply, name); in OutputVariableTable()
1709 expandBufAddUtf8String(pContext->pReply, descriptor); in OutputVariableTable()
1710 if (pContext->with_generic) { in OutputVariableTable()
1711 expandBufAddUtf8String(pContext->pReply, signature); in OutputVariableTable()
1713 expandBufAdd4BE(pContext->pReply, endAddress - startAddress); in OutputVariableTable()
1714 expandBufAdd4BE(pContext->pReply, slot); in OutputVariableTable()
1716 ++pContext->variable_count; in OutputVariableTable()