Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dindenter.h55 int_type overflow(int_type c) OVERRIDE { in overflow() function
Dlock_word.h265 constexpr uint64_t overflow = static_cast<uint64_t>(kStateForwardingAddressShifted) + in LockWord() local
/art/compiler/optimizing/
Dbounds_check_elimination.cc237 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const { in Add()
336 bool overflow, underflow; in Add() local
668 bool overflow; in HandleIfBetweenTwoMonotonicValueRanges() local
744 bool overflow, underflow; in HandleIf() local
Dinduction_var_range.cc49 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { in SafeMul()
57 static int64_t IntPow(int64_t b, int64_t e, /*out*/ bool* overflow) { in IntPow()
1073 bool overflow = false; in GenerateLastValueGeometric() local