Home
last modified time | relevance | path

Searched defs:getCodeOffset (Results 1 – 16 of 16) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DOffsetInstruction.java35 int getCodeOffset(); in getCodeOffset() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction30t.java47 @Override public int getCodeOffset() { return dexFile.readInt(instructionStart + 2); } in getCodeOffset() method in DexBackedInstruction30t
DDexBackedInstruction10t.java47 @Override public int getCodeOffset() { return dexFile.readByte(instructionStart + 1); } in getCodeOffset() method in DexBackedInstruction10t
DDexBackedInstruction20t.java47 @Override public int getCodeOffset() { return dexFile.readShort(instructionStart + 2); } in getCodeOffset() method in DexBackedInstruction20t
DDexBackedInstruction31t.java48 @Override public int getCodeOffset() { return dexFile.readInt(instructionStart + 2); } in getCodeOffset() method in DexBackedInstruction31t
DDexBackedInstruction21t.java48 @Override public int getCodeOffset() { return dexFile.readShort(instructionStart + 2); } in getCodeOffset() method in DexBackedInstruction21t
DDexBackedInstruction22t.java58 @Override public int getCodeOffset() { return dexFile.readShort(instructionStart + 2); } in getCodeOffset() method in DexBackedInstruction22t
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderOffsetInstruction.java50 @Override public int getCodeOffset() { in getCodeOffset() method in BuilderOffsetInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction10t.java61 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction10t
DImmutableInstruction30t.java60 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction30t
DImmutableInstruction20t.java61 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction20t
DImmutableInstruction21t.java66 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction21t
DImmutableInstruction31t.java66 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction31t
DImmutableInstruction22t.java71 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction22t
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction.java132 public int getCodeOffset() { in getCodeOffset() method in SmalideaInstruction
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h111 int32_t getCodeOffset() const { return CodeOffset; } in getCodeOffset() function