Home | History | Annotate | Download | only in runtime

Lines Matching refs:startAddress

1365     static void Callback(void* context, uint16_t slot, uint32_t startAddress, uint32_t endAddress, const char* name, const char* descriptor, const char* signature) {
1368 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d", pContext->variable_count, startAddress, endAddress - startAddress, name, descriptor, signature, slot, MangleSlot(slot, name));
1372 expandBufAdd8BE(pContext->pReply, startAddress);
1378 expandBufAdd4BE(pContext->pReply, endAddress - startAddress);