HomeSort by relevance Sort by last modified time
    Searched defs:startAddress (Results 1 - 9 of 9) sorted by null

  /dalvik/libdex/
DexDebugInfo.cpp 116 u2 startAddress;
124 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress,
169 localInReg[argReg].startAddress = 0;
206 localInReg[reg].startAddress = address;
247 localInReg[reg].startAddress = address;
280 localInReg[reg].startAddress = address;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 68 final int startAddress;
72 Try(int startAddress, int instructionCount, int handlerOffset) {
73 this.startAddress = startAddress;
79 return startAddress;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 281 CodeAddress startAddress = addresses.getLast(start);
286 return new CatchTable.Entry(startAddress.getAddress(),
311 int startAddress = addresses.getLast(start).getAddress();
314 return (endAddress - startAddress) <= MAX_CATCH_RANGE;
RopTranslator.java 241 CodeAddress startAddress = addresses.getStart(block);
242 output.add(startAddress);
247 output.add(new LocalSnapshot(startAddress.getPosition(),
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 280 CodeAddress startAddress = addresses.getLast(start);
285 return new CatchTable.Entry(startAddress.getAddress(),
310 int startAddress = addresses.getLast(start).getAddress();
313 return (endAddress - startAddress) <= MAX_CATCH_RANGE;
RopTranslator.java 247 CodeAddress startAddress = addresses.getStart(block);
248 output.add(startAddress);
253 output.add(new LocalSnapshot(startAddress.getPosition(),
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
StdCatchBuilder.java 281 CodeAddress startAddress = addresses.getLast(start);
286 return new CatchTable.Entry(startAddress.getAddress(),
311 int startAddress = addresses.getLast(start).getAddress();
314 return (endAddress - startAddress) <= MAX_CATCH_RANGE;
RopTranslator.java 248 CodeAddress startAddress = addresses.getStart(block);
249 output.add(startAddress);
254 output.add(new LocalSnapshot(startAddress.getPosition(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 941 milliseconds