Searched defs:startAddress (Results 1 - 5 of 5) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DCatchMethodItem.java46 int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress,
51 tryStartLabel = labelCache.internLabel(new LabelMethodItem(options, startAddress, "try_start_"));
45 CatchMethodItem(@onnull baksmaliOptions options, @Nonnull MethodDefinition.LabelCache labelCache, int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, int handlerAddress) argument
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java68 final int startAddress; field in class:Code.Try
72 Try(int startAddress, int instructionCount, int handlerOffset) { argument
73 this.startAddress = startAddress;
79 return startAddress;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
H A DTryListBuilder.java65 int startAddress = tryBlock.getStartCodeAddress();
66 int endAddress = startAddress + tryBlock.getCodeUnitCount();
69 tlb.addHandler(startAddress, endAddress, exceptionHandler);
191 private TryBounds<EH> getBoundingRanges(int startAddress, int endAddress) { argument
199 if (startAddress == currentStartAddress) {
205 } else if (startAddress > currentStartAddress && startAddress < currentEndAddress) {
211 startBlock = tryBlock.split(startAddress);
213 }else if (startAddress < currentStartAddress) {
219 startBlock = new MutableTryBlock<EH>(startAddress, endAddres
289 addHandler(int startAddress, int endAddress, EH handler) argument
[all...]
/external/srec/portable/src/
H A Dpmemfixed.c185 char* initMemPool(int poolId, int memBlockSize, int numOfMemBlocks, char** startAddress);
369 char* initMemPool(int poolId, int memBlockSize, int numOfMemBlocks, char** startAddress) argument
378 pCurrMemBlock = &((*startAddress)[ii*memBlockSize]);
392 pStartMemPool = *startAddress;
394 *startAddress = (*startAddress) + (ii * memBlockSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 155 milliseconds