Searched defs:GetConstant (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_x86.h51 HConstant* GetConstant() const { function in class:art::FINAL
H A Dlocations.h110 HConstant* GetConstant() const { function in class:art::Location
H A Dbounds_check_elimination.cc136 int32_t GetConstant() const { return constant_; } function in class:art::ValueBound
413 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) {
429 upper = upper_bound.GetConstant();
430 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) {
432 upper = max_array_len + upper_bound.GetConstant();
463 if ((!upper.IsConstant() || upper.GetConstant() == std::numeric_limits<int32_t>::max()) &&
472 int32_t constant = range->GetLower().GetConstant();
645 right_range->GetBound().GetConstant() < 0) {
805 if (lower.GetConstant() == 0 && upper.GetConstant()
[all...]
H A Dnodes.cc531 HConstant* HGraph::GetConstant(Primitive::Type type, int64_t value, uint32_t dex_pc) { function in class:art::HGraph
/art/runtime/
H A Dstack_map.h487 int32_t GetConstant(uint16_t dex_register_number, function in class:art::DexRegisterLocation::DexRegisterMap

Completed in 58 milliseconds