/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | BranchInstruction.java | 79 index = getTargetOffset(); in dump() 91 protected int getTargetOffset( final InstructionHandle _target ) { in getTargetOffset() method in BranchInstruction 108 protected int getTargetOffset() { in getTargetOffset() method in BranchInstruction 109 return getTargetOffset(target); in getTargetOffset()
|
D | JSR.java | 49 super.setIndex(getTargetOffset()); in dump() 53 super.setIndex(getTargetOffset()); in dump() 62 final int i = getTargetOffset(); // Depending on old position value in updatePosition()
|
D | GOTO.java | 49 super.setIndex(getTargetOffset()); in dump() 54 super.setIndex(getTargetOffset()); in dump() 71 final int i = getTargetOffset(); // Depending on old position value in updatePosition()
|
D | JSR_W.java | 52 super.setIndex(getTargetOffset()); in dump()
|
D | GOTO_W.java | 52 super.setIndex(getTargetOffset()); in dump()
|
D | LOOKUPSWITCH.java | 61 out.writeInt(setIndices(i, getTargetOffset(super.getTarget(i)))); in dump()
|
D | TABLESWITCH.java | 69 out.writeInt(setIndices(i, getTargetOffset(super.getTarget(i)))); in dump()
|
D | Select.java | 144 super.setIndex(getTargetOffset()); // Write default target offset in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolThunk.h | 37 FORWARD_SYMBOL_METHOD(getTargetOffset)
|
D | IPDBRawSymbol.h | 142 virtual uint32_t getTargetOffset() const = 0;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolThunk.h | 37 FORWARD_SYMBOL_METHOD(getTargetOffset)
|
D | IPDBRawSymbol.h | 138 virtual uint32_t getTargetOffset() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolThunk.h | 42 FORWARD_SYMBOL_METHOD(getTargetOffset)
|
D | IPDBRawSymbol.h | 98 virtual uint32_t getTargetOffset() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 89 uint32_t getTargetOffset() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 111 uint32_t getTargetOffset() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.h | 116 uint32_t getTargetOffset() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 111 uint32_t getTargetOffset() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.h | 116 uint32_t getTargetOffset() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.cpp | 294 uint32_t NativeRawSymbol::getTargetOffset() const { in getTargetOffset() function in NativeRawSymbol
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.cpp | 294 uint32_t NativeRawSymbol::getTargetOffset() const { in getTargetOffset() function in NativeRawSymbol
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 205 MOCK_SYMBOL_ACCESSOR(getTargetOffset)
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 290 MOCK_SYMBOL_ACCESSOR(getTargetOffset)
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 648 uint32_t DIARawSymbol::getTargetOffset() const { in getTargetOffset() function in DIARawSymbol
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 798 uint32_t DIARawSymbol::getTargetOffset() const { in getTargetOffset() function in DIARawSymbol
|