Searched refs:localInReg (Results 1 – 1 of 1) sorted by relevance
836 LocalInfo *localInReg, DexDebugNewLocalCb localCb) in emitLocalCbIfLive() argument838 if (localCb != NULL && localInReg[reg].live) { in emitLocalCbIfLive()839 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress, in emitLocalCbIfLive()840 localInReg[reg].name, in emitLocalCbIfLive()841 localInReg[reg].descriptor, in emitLocalCbIfLive()842 localInReg[reg].signature == NULL in emitLocalCbIfLive()843 ? "" : localInReg[reg].signature ); in emitLocalCbIfLive()861 LocalInfo localInReg[pCode->registersSize]; in dexDecodeDebugInfo() local865 memset(localInReg, 0, sizeof(LocalInfo) * pCode->registersSize); in dexDecodeDebugInfo()884 localInReg[argReg].name = "this"; in dexDecodeDebugInfo()[all …]