/dalvik/dx/src/com/android/dx/gen/ |
Constants.java | 43 static TypedConstant getConstant(Object value) {
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
CstInsn.java | 60 public Constant getConstant() { 72 && cst.equals(((CstInsn)b).getConstant());
|
FillArrayDataInsn.java | 84 public Constant getConstant() {
|
/dalvik/dx/src/com/android/dx/rop/code/ |
CstInsn.java | 60 public Constant getConstant() { 72 && cst.equals(((CstInsn)b).getConstant());
|
FillArrayDataInsn.java | 84 public Constant getConstant() {
|
/external/llvm/include/llvm/MC/ |
MCValue.h | 42 int64_t getConstant() const { return Cst; }
|
/external/collada/include/1.4/dom/ |
domGles_texcombiner_command_type.h | 34 const domGles_texture_constant_typeRef getConstant() const { return elemConstant; }
|
domGles_texenv_command_type.h | 55 const domGles_texture_constant_typeRef getConstant() const { return elemConstant; }
|
domProfile_COMMON.h | 527 const domConstantRef getConstant() const { return elemConstant; }
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
CstInsn.java | 106 public Constant getConstant() {
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CstInsn.java | 106 public Constant getConstant() {
|
/external/proguard/src/proguard/classfile/editor/ |
ComparableConstant.java | 80 public Constant getConstant() 191 this.getConstant().getClass().equals(((ComparableConstant)other).getConstant().getClass()) &&
|
/external/clang/lib/CodeGen/ |
CGBlocks.h | 143 llvm::Value *getConstant() const {
|
/external/proguard/src/proguard/classfile/ |
ProgramClass.java | 74 public Constant getConstant(int constantIndex)
|
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 106 Constant *getConstant() const { 138 assert((!isConstant() || getConstant() == V) && 154 assert((!isConstant() || getConstant() != V) && 213 getConstant(), 240 RHS.getConstant()))) 283 return OS << "constant<" << *Val.getConstant() << '>'; [all...] |
ScalarEvolution.cpp | 284 const SCEV *ScalarEvolution::getConstant(ConstantInt *V) { 295 const SCEV *ScalarEvolution::getConstant(const APInt& Val) { 296 return getConstant(ConstantInt::get(getContext(), Val)); 300 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { 302 return getConstant(ConstantInt::get(ITy, V, isSigned)); 749 const SCEV *S = SE.getMinusSCEV(It, SE.getConstant(It->getType(), i)); 755 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); 759 return SE.getMulExpr(SE.getConstant(MultiplyFactor), 809 return getConstant( [all...] |
/external/llvm/include/llvm/Analysis/ |
DebugInfo.h | 573 Constant *getConstant() const { return getConstantField(11); }
|
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | 94 Constant *getConstant() const { 111 assert(getConstant() == V && "Marking constant with different value"); 123 if (V == getConstant()) return false; 137 return dyn_cast<ConstantInt>(getConstant()); 364 markConstant(IV, V, MergeWithV.getConstant()); 365 else if (IV.getConstant() != MergeWithV.getConstant()) 731 OperandVal = IV.getConstant(); 741 if (IV.getConstant() != OperandVal) 802 OpSt.getConstant(), I.getType())) [all...] |
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.h | 232 return getConstant(index).isCell(); 418 ALWAYS_INLINE JSValue getConstant(int index) const { return m_constantRegisters[index - FirstConstantRegisterIndex].get(); }
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 900 getConstant(Imm, Op.getValueType())); 908 getConstant(APInt::getAllOnesValue(EltVT.getSizeInBits()), VT); 912 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT) { 916 "getConstant with a uint64_t value that doesn't fit in the type!"); 917 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT); 920 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT) { 921 return getConstant(*ConstantInt::get(*Context, Val), VT, isT); 924 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT) [all...] |
/prebuilt/sdk/tools/lib/ |
dx.jar | |
/external/proguard/lib/ |
proguard.jar | |
/prebuilt/common/ecj/ |
ecj.jar | |