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

  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_cpp_generator.py 45 def ConstantValue(constant):
276 "constant_value": ConstantValue,
mojom_java_generator.py 267 def ConstantValue(context, constant):
377 'constant_value': ConstantValue,
  /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();
464 uint32_t val = ConstantValue();
551 return cache->FromCat2ConstHi(ConstantValue(), false);
792 int32_t val1 = ConstantValue();
793 int32_t val2 = incoming_type.ConstantValue();
reg_type.h 126 return IsConstant() && (ConstantValue() >= 0) && (ConstantValue() <= 1);
172 virtual int32_t ConstantValue() const;
580 int32_t ConstantValue() const {
588 return IsPreciseConstant() && ConstantValue() == 0;
591 return IsPreciseConstant() && ConstantValue() == 1;
595 return IsConstant() && ConstantValue() >= 0 &&
596 ConstantValue() <= std::numeric_limits<jchar>::max();
600 ConstantValue() >= std::numeric_limits<jbyte>::min() &&
601 ConstantValue() <= std::numeric_limits<jbyte>::max()
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 152 class ConstantValue(NamedValue):
  /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 717 int32_t ConstantValue(RegLocation loc) const {
722 int32_t ConstantValue(int32_t s_reg) const {
736 return loc.ref && loc.is_const && (ConstantValue(loc) == 0);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 1008 milliseconds