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

  /art/compiler/optimizing/
nodes_x86.h 49 HConstant* GetConstant() const {
locations.h 103 HConstant* GetConstant() const {
bounds_check_elimination.cc 136 int32_t GetConstant() const { return constant_; }
428 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) {
444 upper = upper_bound.GetConstant();
445 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) {
447 upper = max_array_len + upper_bound.GetConstant();
478 if ((!upper.IsConstant() || upper.GetConstant() == std::numeric_limits<int32_t>::max()) &&
487 int32_t constant = range->GetLower().GetConstant();
657 right_range->GetBound().GetConstant() < 0) {
851 if (constant < lower.GetConstant()) {
    [all...]
nodes.cc 537 HConstant* HGraph::GetConstant(Primitive::Type type, int64_t value, uint32_t dex_pc) {
    [all...]
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 79 /// GetConstant - If the specified lattice value is representable as an LLVM
82 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /art/runtime/
stack_map.h 481 int32_t GetConstant(uint16_t dex_register_number,
    [all...]
  /external/v8/src/compiler/
instruction.h     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 822 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
826 // recursively call GetConstant
847 return GetConstant(&constant_0_, 0);
852 return GetConstant(&constant_1_, 1);
857 return GetConstant(&constant_minus1_, -1);
867 HConstant* HGraph::GetConstant##Name() { \
911 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
    [all...]

Completed in 238 milliseconds