Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 9 of 9) sorted by relevance

/art/test/070-nio-buffer/
Dexpected.txt2 Got expected buffer overflow exception
4 Got expected buffer overflow exception
/art/compiler/optimizing/
Dbounds_check_elimination.cc252 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const { in Add() argument
253 *overflow = *underflow = false; in Add()
261 *overflow = true; in Add()
271 *overflow = true; in Add()
351 bool overflow, underflow; in Add() local
352 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add()
358 ValueBound upper = upper_.Add(constant, &overflow, &underflow); in Add()
359 if (overflow) { in Add()
680 bool overflow; in HandleIfBetweenTwoMonotonicValueRanges() local
685 right_range->GetBound().Add(left_compensation, &overflow, &underflow)); in HandleIfBetweenTwoMonotonicValueRanges()
[all …]
/art/test/302-float-conversion/
Dinfo.txt3 should not overflow under constant conversions.
/art/test/800-smali/smali/
Db_24399945.smali16 :case3 # key = INT_MIN (overflow!)
/art/test/800-smali/
Dexpected.txt3 PackedSwitch key overflow
/art/test/098-ddmc/
Dexpected.txt8 Confirm when we overflow, we don't roll over to zero. b/17392248
/art/runtime/
Dindenter.h55 int_type overflow(int_type c) OVERRIDE { in overflow() function
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S557 mov r3, r1 @ copy the lock word to check count overflow.
559 … r3, #LOCK_WORD_THIN_LOCK_COUNT_ONE @ increment count in lock word placing in r2 to check overflow
561 cbnz r3, .Lslow_lock @ if we overflow the count go slow path
/art/cmdline/
DREADME.md201 "Failed to parse double from " + str + "; overflow/underflow occurred");