Home
last modified time | relevance | path

Searched refs:MaxValue (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_field.h77 static constexpr uint64_t MaxValue()
87 return MaxValue() << start;
95 return (static_cast<uint64_t>(value) & ~MaxValue()) == 0;
113 return static_cast<T>((value >> start) & MaxValue());
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_field.h76 static constexpr uint64_t MaxValue()
86 return MaxValue() << START;
94 return (static_cast<uint64_t>(value) & ~MaxValue()) == 0;
112 return static_cast<T>((value >> START) & MaxValue());
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Darena_allocator_test.cpp60 static constexpr T MaxValue() in MaxValue() function in ark::ArenaAllocatorTest
98 *arr[i] = GetRand() % MaxValue<T>(); in AllocateWithAlignment()
106 ASSERT_EQ(*arr[i], GetRand() % MaxValue<T>()) << "value of i: " << i << ", align: " << align; in AllocateWithAlignment()
124 *arr[i] = randomValue % MaxValue<T>(); in AllocateWithDiffAlignment()
136 ASSERT_EQ(*arr[i], randomValue % MaxValue<T>()) << "value of i: " << i; in AllocateWithDiffAlignment()
398 constexpr auto MAX_VAL = MaxValue<uint32_t>(); in TEST_F()
534 arr[i] = aa.New<ComplexClass>(GetRand() % MaxValue<size_t>()); in TEST_F()
541 size_t randomValue = GetRand() % MaxValue<size_t>(); in TEST_F()
549 arr[i]->SetValue(GetRand() % MaxValue<size_t>()); in TEST_F()
555 size_t randomValue = GetRand() % MaxValue<size_ in TEST_F()
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dtask_time_stats.h90 static constexpr size_t STATISTICS_CONTAINER_SIZE = TaskProperties::Hash::MaxValue() + 1U;
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask.h146 static constexpr size_t MaxValue() in MaxValue() function in ark::taskmanager::TaskProperties::Hash
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h378 PropertyAttributes::DictionaryOrderField::MaxValue()) { in ShouldTransToFastElements()
H A Djs_hclass.h2242 static_assert(PropertyLookupResult::OffsetBits::MaxValue() >
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h370 BbNumField::Encode(BbNumField::MaxValue())) in User()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h418 BbNumField::Encode(BbNumField::MaxValue())) in User()

Completed in 19 milliseconds