Home
last modified time | relevance | path

Searched refs:StackMap (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMap.java40 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
66StackMap(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()
DVisitor.java91 void visitStackMap(StackMap obj); in visitStackMap()
DEmptyVisitor.java229 public void visitStackMap(final StackMap obj) in visitStackMap()
DAttribute.java259 return new StackMap(name_index, length, file, constant_pool); in readAttribute()
DDescendingVisitor.java232 public void visitStackMap(final StackMap table) in visitStackMap()
/external/llvm/test/CodeGen/X86/
Dstackmap-liveness.ll28 ; 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)
Dstatepoint-stackmap-format.ll4 ; This test is a sanity check to ensure statepoints are generating StackMap
6 ; StackMap format (see the stackmap tests for that).
Dstatepoint-vector.ll96 ; of larger than 64 bit constant in the StackMap format.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstackmap-liveness.ll30 ; 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)
DO0-pipeline.ll58 ; CHECK-NEXT: StackMap Liveness Analysis
Dstatepoint-stackmap-format.ll4 ; This test is a sanity check to ensure statepoints are generating StackMap
6 ; StackMap format (see the stackmap tests for that).
DO3-pipeline.ll157 ; CHECK-NEXT: StackMap Liveness Analysis
Dstatepoint-vector.ll117 ; of larger than 64 bit constant in the StackMap format.
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp71 InternalScopedBuffer<char> StackMap(SigAltStackSize); in runSideline() local
73 SigAltStack.ss_sp = StackMap.data(); in runSideline()
/external/llvm/test/Object/
Dstackmap-dump.test3 CHECK: LLVM StackMap Version: 1
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java63 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/
DStringRepresentation.java62 import org.apache.bcel.classfile.StackMap;
306 public void visitStackMap(final StackMap obj) { in visitStackMap()
/external/apache-commons-bcel/
DRELEASE-NOTES.txt21 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/
DO0-pipeline.ll55 ; CHECK-NEXT: StackMap Liveness Analysis
DO3-pipeline.ll152 ; CHECK-NEXT: StackMap Liveness Analysis
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dstackmap-dump.test7 CHECK: LLVM StackMap Version: 2
/external/llvm/docs/
DStatepoints.rst184 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…
DStackMaps.rst507 Support for StackMap generation and the related intrinsics requires
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStatepoints.rst218 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
DStackMaps.rst511 Support for StackMap generation and the related intrinsics requires

12