Searched defs:GetConstant (Results 1 - 5 of 5) sorted by last modified time

/art/runtime/
H A Dstack_map.h481 int32_t GetConstant(uint16_t dex_register_number, function in class:art::DexRegisterLocation::DexRegisterMap
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc136 int32_t GetConstant() const { return constant_; } function in class:art::ValueBound
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()) {
1020 int32_t c1 = lower.GetConstant();
[all...]
H A Dlocations.h103 HConstant* GetConstant() const { function in class:art::Location
H A Dnodes.cc537 HConstant* HGraph::GetConstant(Primitive::Type type, int64_t value, uint32_t dex_pc) { function in class:art::HGraph
H A Dnodes_x86.h49 HConstant* GetConstant() const { function in class:art::HX86LoadFromConstantTable

Completed in 55 milliseconds