Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexDebugInfo.h30 typedef int (*DexDebugNewPositionCb)(void *cnxt, u4 address, u4 lineNum);
36 typedef void (*DexDebugNewLocalCb)(void *cnxt, u2 reg, u4 startAddress,
53 void* cnxt);
DDexDebugInfo.cpp68 static void emitLocalCbIfLive(void *cnxt, int reg, u4 endAddress, in emitLocalCbIfLive() argument
72 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress, in emitLocalCbIfLive()
96 void* cnxt, in dexDecodeDebugInfo0() argument
183 emitLocalCbIfLive(cnxt, reg, address, in dexDecodeDebugInfo0()
205 emitLocalCbIfLive (cnxt, reg, address, localInReg, localCb); in dexDecodeDebugInfo0()
245 done = posCb(cnxt, address, line); in dexDecodeDebugInfo0()
266 void* cnxt) in dexDecodeDebugInfo() argument
275 posCb, localCb, cnxt, stream, localInReg); in dexDecodeDebugInfo()
279 emitLocalCbIfLive(cnxt, reg, pCode->insnsSize, localInReg, localCb); in dexDecodeDebugInfo()