Home
last modified time | relevance | path

Searched refs:cnxt (Results 1 – 4 of 4) 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.cpp120 static void emitLocalCbIfLive(void *cnxt, int reg, u4 endAddress, in emitLocalCbIfLive() argument
124 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress, in emitLocalCbIfLive()
148 void* cnxt, in dexDecodeDebugInfo0() argument
236 emitLocalCbIfLive(cnxt, reg, address, in dexDecodeDebugInfo0()
258 emitLocalCbIfLive (cnxt, reg, address, localInReg, localCb); in dexDecodeDebugInfo0()
298 done = posCb(cnxt, address, line); in dexDecodeDebugInfo0()
319 void* cnxt) in dexDecodeDebugInfo() argument
328 posCb, localCb, cnxt, stream, localInReg); in dexDecodeDebugInfo()
332 emitLocalCbIfLive(cnxt, reg, pCode->insnsSize, localInReg, localCb); in dexDecodeDebugInfo()
/dalvik/dexlist/
DDexList.cpp82 static int positionsCallback(void* cnxt, u4 address, u4 lineNum) in positionsCallback() argument
84 int* pFirstLine = (int*) cnxt; in positionsCallback()
/dalvik/dexdump/
DDexDump.cpp608 static int dumpPositionsCb(void *cnxt, u4 address, u4 lineNum) in dumpPositionsCb() argument
630 static void dumpLocalsCb(void *cnxt, u2 reg, u4 startAddress, in dumpLocalsCb() argument