Home | History | Annotate | Download | only in runtime

Lines Matching defs:pContext

1660       DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1661 expandBufAdd8BE(pContext->pReply, address);
1662 expandBufAdd4BE(pContext->pReply, line_number);
1663 pContext->numItems++;
1710 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1713 pContext->variable_count, startAddress, endAddress - startAddress,
1715 MangleSlot(slot, pContext->method));
1717 slot = MangleSlot(slot, pContext->method);
1719 expandBufAdd8BE(pContext->pReply, startAddress);
1720 expandBufAddUtf8String(pContext->pReply, name);
1721 expandBufAddUtf8String(pContext->pReply, descriptor);
1722 if (pContext->with_generic) {
1723 expandBufAddUtf8String(pContext->pReply, signature);
1725 expandBufAdd4BE(pContext->pReply, endAddress - startAddress);
1726 expandBufAdd4BE(pContext->pReply, slot);
1728 ++pContext->variable_count;