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

  /art/runtime/verifier/
reg_type.cc 49 int32_t RegType::ConstantValue() const {
51 LOG(FATAL) << "Unexpected call to ConstantValue: " << *this;
86 uint32_t val = ConstantValue();
462 uint32_t val = ConstantValue();
550 return cache->FromCat2ConstHi(ConstantValue(), false);
765 int32_t ConstantType::ConstantValue() const {
797 int32_t val1 = ConstantValue();
798 int32_t val2 = incoming_type.ConstantValue();
  /external/llvm/lib/IR/
Instructions.cpp 163 Value *ConstantValue = getIncomingValue(0);
165 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
166 if (ConstantValue != this)
169 ConstantValue = getIncomingValue(i);
171 if (ConstantValue == this)
173 return ConstantValue;
    [all...]
  /art/compiler/dex/
mir_graph.h 455 int32_t ConstantValue(RegLocation loc) const {
460 int32_t ConstantValue(int32_t s_reg) const {
472 return loc.ref && loc.is_const && (ConstantValue(loc) == 0);
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 179 milliseconds