Searched refs:localInReg (Results 1 – 1 of 1) sorted by relevance
121 LocalInfo *localInReg, DexDebugNewLocalCb localCb) in emitLocalCbIfLive() argument123 if (localCb != NULL && localInReg[reg].live) { in emitLocalCbIfLive()124 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress, in emitLocalCbIfLive()125 localInReg[reg].name, in emitLocalCbIfLive()126 localInReg[reg].descriptor, in emitLocalCbIfLive()127 localInReg[reg].signature == NULL in emitLocalCbIfLive()128 ? "" : localInReg[reg].signature ); in emitLocalCbIfLive()150 LocalInfo* localInReg) in dexDecodeDebugInfo0() argument167 localInReg[argReg].name = "this"; in dexDecodeDebugInfo0()168 localInReg[argReg].descriptor = classDescriptor; in dexDecodeDebugInfo0()[all …]