HomeSort by relevance Sort by last modified time
    Searched defs:getConstantPool (Results 1 - 7 of 7) sorted by null

  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 81 public ConstantPool getConstantPool();
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 51 const PseudoSourceValue *PseudoSourceValue::getConstantPool()
86 this == getConstantPool() ||
96 this == getConstantPool() ||
105 this == getConstantPool() ||
MachineInstr.cpp 341 /// getConstantPool - Return a MachinePointerInfo record that refers to the
343 MachinePointerInfo MachinePointerInfo::getConstantPool() {
344 return MachinePointerInfo(PseudoSourceValue::getConstantPool());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 176 /// getConstantPool - Return the constant pool object for the current
179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 276 public ConstantPool getConstantPool() {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 202 milliseconds