HomeSort by relevance Sort by last modified time
    Searched defs:ConstantPool (Results 1 - 25 of 72) sorted by null

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /external/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
40 class ConstantPool {
46 ConstantPool() {}
78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
88 ConstantPool *getConstantPool(MCSection *Section);
89 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /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);
ARMBaseRegisterInfo.cpp 389 MachineConstantPool *ConstantPool = MF.getConstantPool();
392 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 40 ConstantPool,
64 bool isConstantPool() const { return Kind == ConstantPool; }
MachineFunction.h 106 MachineConstantPool *ConstantPool;
226 MachineConstantPool *getConstantPool() { return ConstantPool; }
227 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
StackMaps.h 194 typedef MapVector<uint64_t, uint64_t> ConstantPool;
213 ConstantPool ConstPool;
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 122 bool initializeConstantPool(MachineConstantPool &ConstantPool,
292 auto *ConstantPool = MF.getConstantPool();
293 assert(ConstantPool && "Constant pool must be created");
294 if (initializeConstantPool(*ConstantPool, YamlMF, MF,
587 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF,
601 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 446 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool();
449 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 

Completed in 449 milliseconds

1 2 3