Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1629 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); in OutputLineTable() local
1630 expandBufAdd8BE(pContext->pReply, address); in OutputLineTable()
1631 expandBufAdd4BE(pContext->pReply, line_number); in OutputLineTable()
1632 pContext->numItems++; in OutputLineTable()
1679 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); in OutputVariableTable() local
1682 pContext->variable_count, startAddress, endAddress - startAddress, in OutputVariableTable()
1684 MangleSlot(slot, pContext->method)); in OutputVariableTable()
1686 slot = MangleSlot(slot, pContext->method); in OutputVariableTable()
1688 expandBufAdd8BE(pContext->pReply, startAddress); in OutputVariableTable()
1689 expandBufAddUtf8String(pContext->pReply, name); in OutputVariableTable()
[all …]