HomeSort by relevance Sort by last modified time
    Searched refs:ConstantPool (Results 26 - 50 of 263) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
69 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
69 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
69 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
69 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
69 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
69 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
PseudoSourceValue.h 43 ConstantPool,
71 bool isConstantPool() const { return Kind == ConstantPool; }
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
TypeAnnotationConstantsCollector.java 50 final ConstantPool cp)
AnnotationConstantsCollector.java 45 private final ConstantPool cp;
49 final ConstantPool cp)
ClassConstantsCollector.java 48 private ConstantPool cp;
50 public ClassConstantsCollector(final ClassVisitor cv, final ConstantPool cp)
MethodConstantsCollector.java 46 private ConstantPool cp;
50 final ConstantPool cp)
Shrinker.java 72 ConstantPool cp = new ConstantPool();
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 24 import com.android.dx.rop.cst.ConstantPool;
178 ConstantPool pool = cf.getConstantPool();
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 193 typedef MapVector<uint64_t, uint64_t> ConstantPool;
212 ConstantPool ConstPool;
  /external/turbine/javatests/com/google/turbine/bytecode/
ClassWriterTest.java 96 ConstantPool pool = new ConstantPool();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 92 MachineConstantPool *ConstantPool;
179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }

Completed in 470 milliseconds

12 3 4 5 6 7 8 91011