Searched refs:localInReg (Results 1 – 1 of 1) sorted by relevance
69 LocalInfo *localInReg, DexDebugNewLocalCb localCb) in emitLocalCbIfLive() argument71 if (localCb != NULL && localInReg[reg].live) { in emitLocalCbIfLive()72 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress, in emitLocalCbIfLive()73 localInReg[reg].name, in emitLocalCbIfLive()74 localInReg[reg].descriptor, in emitLocalCbIfLive()75 localInReg[reg].signature == NULL in emitLocalCbIfLive()76 ? "" : localInReg[reg].signature ); in emitLocalCbIfLive()98 LocalInfo* localInReg) in dexDecodeDebugInfo0() argument114 localInReg[argReg].name = "this"; in dexDecodeDebugInfo0()115 localInReg[argReg].descriptor = classDescriptor; in dexDecodeDebugInfo0()[all …]