Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.c836 LocalInfo *localInReg, DexDebugNewLocalCb localCb) in emitLocalCbIfLive() argument
838 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() local
865 memset(localInReg, 0, sizeof(LocalInfo) * pCode->registersSize); in dexDecodeDebugInfo()
884 localInReg[argReg].name = "this"; in dexDecodeDebugInfo()
[all …]