/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
BuilderOffsetInstruction.java | 50 int codeOffset = internalGetCodeOffset(); 51 if ((this.getCodeUnits() == 1 && (codeOffset < Byte.MIN_VALUE || codeOffset > Byte.MAX_VALUE)) || 52 (this.getCodeUnits() == 2 && (codeOffset < Short.MIN_VALUE || codeOffset > Short.MAX_VALUE))) { 55 return codeOffset;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
DexBackedMethodImplementation.java | 53 private final int codeOffset; 57 int codeOffset) { 60 this.codeOffset = codeOffset; 63 @Override public int getRegisterCount() { return dexFile.readUshort(codeOffset); } 67 int instructionsSize = dexFile.readSmallUint(codeOffset + CodeItem.INSTRUCTION_COUNT_OFFSET); 69 final int instructionsStartOffset = codeOffset + CodeItem.INSTRUCTION_START_OFFSET; 90 final int triesSize = dexFile.readUshort(codeOffset + CodeItem.TRIES_SIZE_OFFSET); 92 int instructionsSize = dexFile.readSmallUint(codeOffset + CodeItem.INSTRUCTION_COUNT_OFFSET); 94 codeOffset + CodeItem.INSTRUCTION_START_OFFSET + (instructionsSize*2), 4) [all...] |
DexBackedMethod.java | 60 private final int codeOffset; 81 this.codeOffset = reader.readSmallUleb128(); 100 this.codeOffset = reader.readSmallUleb128(); 186 if (codeOffset > 0) { 187 return new DexBackedMethodImplementation(dexFile, this, codeOffset);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction10t.java | 44 protected final int codeOffset; 47 int codeOffset) { 49 this.codeOffset = Preconditions.checkByteCodeOffset(codeOffset); 61 @Override public int getCodeOffset() { return codeOffset; }
|
ImmutableInstruction20t.java | 44 protected final int codeOffset; 47 int codeOffset) { 49 this.codeOffset = Preconditions.checkShortCodeOffset(codeOffset); 61 @Override public int getCodeOffset() { return codeOffset; }
|
ImmutableInstruction21t.java | 45 protected final int codeOffset; 49 int codeOffset) { 52 this.codeOffset = Preconditions.checkShortCodeOffset(codeOffset); 66 @Override public int getCodeOffset() { return codeOffset; }
|
ImmutableInstruction22t.java | 46 protected final int codeOffset; 51 int codeOffset) { 55 this.codeOffset = Preconditions.checkShortCodeOffset(codeOffset); 71 @Override public int getCodeOffset() { return codeOffset; }
|
ImmutableInstruction30t.java | 43 protected final int codeOffset; 46 int codeOffset) { 48 this.codeOffset = codeOffset; 60 @Override public int getCodeOffset() { return codeOffset; }
|
ImmutableInstruction31t.java | 45 protected final int codeOffset; 49 int codeOffset) { 52 this.codeOffset = codeOffset; 66 @Override public int getCodeOffset() { return codeOffset; }
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
InstructionOffsetMap.java | 47 int codeOffset = 0; 49 instructionCodeOffsets[i] = codeOffset; 50 codeOffset += instructions.get(i).getCodeUnits(); 54 public int getInstructionIndexAtCodeOffset(int codeOffset) { 55 return getInstructionIndexAtCodeOffset(codeOffset, true); 58 public int getInstructionIndexAtCodeOffset(int codeOffset, boolean exact) { 59 int index = Arrays.binarySearch(instructionCodeOffsets, codeOffset); 62 throw new InvalidInstructionOffset(codeOffset); 65 // ignore this case, because codeOffset will always be non-negative, and the code offset of the first
|
/libcore/dex/src/main/java/com/android/dex/ |
ClassData.java | 84 private final int codeOffset; 86 public Method(int methodIndex, int accessFlags, int codeOffset) { 89 this.codeOffset = codeOffset; 101 return codeOffset;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
ClassDataItem.java | 157 int codeOffset = reader.readSmallUleb128(); 158 if (codeOffset == 0) { 161 out.annotateTo(reader.getOffset(), "code_off = code_item[0x%x]", codeOffset); 162 addCodeItemIdentity(codeOffset, MethodIdItem.asString(dexFile, methodIndex));
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
StdAttributeFactory.java | 239 int codeOffset = offset; 243 new BytecodeArray(bytes.slice(codeOffset, codeOffset + codeLength),
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
MethodDefinition.java | 98 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); 99 int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); 106 packedSwitchMap.append(targetOffset, codeOffset); 110 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); 111 int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); 120 sparseSwitchMap.append(targetOffset, codeOffset);
|
/external/chromium_org/third_party/sqlite/src/src/ |
select.c | 451 static void codeOffset( 551 codeOffset(v, p, iContinue); 591 codeOffset(v, p, iContinue); 897 codeOffset(v, p, addrContinue); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar | |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/prebuilts/sdk/tools/darwin/lib/ |
dx.jar | |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ |
ecj-4.2.2.jar | |