/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | StackMap.java | 40 public final class StackMap extends Attribute { class 51 …public StackMap(final int name_index, final int length, final StackMapEntry[] map, final ConstantP… in StackMap() method in StackMap 66 …StackMap(final int name_index, final int length, final DataInput input, final ConstantPool constan… in StackMap() method in StackMap 135 final StackMap c = (StackMap) clone(); in copy()
|
D | Visitor.java | 91 void visitStackMap(StackMap obj); in visitStackMap()
|
D | EmptyVisitor.java | 229 public void visitStackMap(final StackMap obj) in visitStackMap()
|
D | Attribute.java | 259 return new StackMap(name_index, length, file, constant_pool); in readAttribute()
|
D | DescendingVisitor.java | 232 public void visitStackMap(final StackMap table) in visitStackMap()
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap-liveness.ll | 28 ; StackMap 1 (no liveness information available) 39 ; StackMap 1 (patchpoint liveness information enabled) 59 ; StackMap 2 (no liveness information available) 70 ; StackMap 2 (patchpoint liveness information enabled) 103 ; StackMap 3 (no liveness information available) 114 ; StackMap 3 (patchpoint liveness information enabled) 140 ; StackMap 4 (patchpoint liveness information enabled) 151 ; StackMap 5 (patchpoint liveness information enabled)
|
D | statepoint-stackmap-format.ll | 4 ; This test is a sanity check to ensure statepoints are generating StackMap 6 ; StackMap format (see the stackmap tests for that).
|
D | statepoint-vector.ll | 96 ; of larger than 64 bit constant in the StackMap format.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stackmap-liveness.ll | 30 ; StackMap 1 (no liveness information available) 42 ; StackMap 1 (patchpoint liveness information enabled) 63 ; StackMap 2 (no liveness information available) 75 ; StackMap 2 (patchpoint liveness information enabled) 109 ; StackMap 3 (no liveness information available) 121 ; StackMap 3 (patchpoint liveness information enabled) 148 ; StackMap 4 (patchpoint liveness information enabled) 160 ; StackMap 5 (patchpoint liveness information enabled)
|
D | O0-pipeline.ll | 58 ; CHECK-NEXT: StackMap Liveness Analysis
|
D | statepoint-stackmap-format.ll | 4 ; This test is a sanity check to ensure statepoints are generating StackMap 6 ; StackMap format (see the stackmap tests for that).
|
D | O3-pipeline.ll | 157 ; CHECK-NEXT: StackMap Liveness Analysis
|
D | statepoint-vector.ll | 117 ; of larger than 64 bit constant in the StackMap format.
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline_linux.cpp | 71 InternalScopedBuffer<char> StackMap(SigAltStackSize); in runSideline() local 73 SigAltStack.ss_sp = StackMap.data(); in runSideline()
|
/external/llvm/test/Object/ |
D | stackmap-dump.test | 3 CHECK: LLVM StackMap Version: 1
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/ |
D | CounterVisitor.java | 63 import org.apache.bcel.classfile.StackMap; 370 public void visitStackMap(final StackMap obj) in visitStackMap()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
D | StringRepresentation.java | 62 import org.apache.bcel.classfile.StackMap; 306 public void visitStackMap(final StackMap obj) { in visitStackMap()
|
/external/apache-commons-bcel/ |
D | RELEASE-NOTES.txt | 21 o BCEL-294: Incorrect comment in StackMap.java Thanks to Mark Roberts. 121 o BCEL-283: Support for StackMap should be different from StackMapTable. 217 StackMap[Entry]. 218 o BCEL-202: StackMap[Table]Entry.copy() needs to be deep; Improved support for
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | O0-pipeline.ll | 55 ; CHECK-NEXT: StackMap Liveness Analysis
|
D | O3-pipeline.ll | 152 ; CHECK-NEXT: StackMap Liveness Analysis
|
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | stackmap-dump.test | 7 CHECK: LLVM StackMap Version: 2
|
/external/llvm/docs/ |
D | Statepoints.rst | 184 The relevant parts of the StackMap section for our example are: 203 …or the :ref:`RewriteStatepointsForGC` utility pass. As such, it's full StackMap can be easily exa…
|
D | StackMaps.rst | 507 Support for StackMap generation and the related intrinsics requires
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Statepoints.rst | 218 The relevant parts of the StackMap section for our example are: 238 utility pass. As such, its full StackMap can be easily examined with the
|