Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexDebugInfo.cpp121 LocalInfo *localInReg, DexDebugNewLocalCb localCb) in emitLocalCbIfLive() argument
123 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() argument
167 localInReg[argReg].name = "this"; in dexDecodeDebugInfo0()
168 localInReg[argReg].descriptor = classDescriptor; in dexDecodeDebugInfo0()
[all …]