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

1 23 4 5 6 7 8 91011

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 24 "Stack", "GOT", "JumpTable", "ConstantPool", "FixedStack",
100 ConstantPoolPSV(PseudoSourceValue::ConstantPool) {}
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 45 class ConstantPool;
457 std::unique_ptr<ConstantPool> ConstPool;
534 LockedPtr<ConstantPool> getConstPool() {
535 return LockedPtr<ConstantPool>(ConstPool.get(), &ConstPoolLock);
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 54 import com.android.dx.rop.cst.ConstantPool;
253 ConstantPool pool = cf.getConstantPool();
357 ConstantPool pool = cf.getConstantPool();
391 ConstantPool pool = cf.getConstantPool();
448 ConstantPool pool = cf.getConstantPool();
594 ConstantPool pool, ParseObserver observer, int count,
718 ConstantPool pool = cf.getConstantPool();
757 ConstantPool pool = cf.getConstantPool();
816 private BootstrapMethodsList parseBootstrapMethods(ByteArray bytes, ConstantPool constantPool,
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/
AnnotationWriter.java 42 final ConstantPool pool;
45 public AnnotationWriter(ConstantPool pool, ByteArrayDataOutput output) {
ConstantPool.java 31 public class ConstantPool {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 253 typedef MapVector<uint64_t, uint64_t> ConstantPool;
281 ConstantPool ConstPool;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 253 typedef MapVector<uint64_t, uint64_t> ConstantPool;
281 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 260 using ConstantPool = MapVector<uint64_t, uint64_t>;
288 ConstantPool ConstPool;
  /external/annotation-tools/asmx/
serp.jar 
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 178 MachineConstantPool *ConstantPool;
302 MachineConstantPool *getConstantPool() { return ConstantPool; }
303 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
ConstantPool.java 41 public class ConstantPool extends HashMap {
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 71 MachineConstantPool *ConstantPool = MF.getConstantPool();
74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
90 MachineConstantPool *ConstantPool = MF.getConstantPool();
93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 67 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData());
90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool);
299 ConstantPool->print(OS);

Completed in 697 milliseconds

1 23 4 5 6 7 8 91011