Searched refs:pContext (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc1648 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); local
1649 expandBufAdd8BE(pContext->pReply, address);
1650 expandBufAdd4BE(pContext->pReply, line_number);
1651 pContext->numItems++;
1698 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); local
1701 pContext->variable_count, startAddress, endAddress - startAddress,
1703 MangleSlot(slot, pContext->method));
1705 slot = MangleSlot(slot, pContext->method);
1707 expandBufAdd8BE(pContext->pReply, startAddress);
1708 expandBufAddUtf8String(pContext
[all...]

Completed in 32 milliseconds