Home
last modified time | relevance | path

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

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/instruction/
DOffsetInstruction.java34 int getCodeOffset(); in getCodeOffset() method
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/
DDexBackedInstruction30t.java46 …@Override public int getCodeOffset() { return dexFile.getDataBuffer().readInt(instructionStart + 2… in getCodeOffset() method in DexBackedInstruction30t
DDexBackedInstruction20t.java46 …@Override public int getCodeOffset() { return dexFile.getDataBuffer().readShort(instructionStart +… in getCodeOffset() method in DexBackedInstruction20t
DDexBackedInstruction10t.java46 …@Override public int getCodeOffset() { return dexFile.getDataBuffer().readByte(instructionStart + … in getCodeOffset() method in DexBackedInstruction10t
DDexBackedInstruction31t.java47 …@Override public int getCodeOffset() { return dexFile.getDataBuffer().readInt(instructionStart + 2… in getCodeOffset() method in DexBackedInstruction31t
DDexBackedInstruction21t.java47 …@Override public int getCodeOffset() { return dexFile.getDataBuffer().readShort(instructionStart +… in getCodeOffset() method in DexBackedInstruction21t
DDexBackedInstruction22t.java57 …@Override public int getCodeOffset() { return dexFile.getDataBuffer().readShort(instructionStart +… in getCodeOffset() method in DexBackedInstruction22t
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DBuilderOffsetInstruction.java50 @Override public int getCodeOffset() { in getCodeOffset() method in BuilderOffsetInstruction
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
DImmutableInstruction20t.java60 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction20t
DImmutableInstruction30t.java59 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction30t
DImmutableInstruction10t.java60 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction10t
DImmutableInstruction21t.java65 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction21t
DImmutableInstruction31t.java65 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction31t
DImmutableInstruction22t.java70 @Override public int getCodeOffset() { return codeOffset; } in getCodeOffset() method in ImmutableInstruction22t
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h109 int32_t getCodeOffset() const { return CodeOffset; } in getCodeOffset() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h110 int32_t getCodeOffset() const { return CodeOffset; } in getCodeOffset() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h111 int32_t getCodeOffset() const { return CodeOffset; } in getCodeOffset() function