Searched refs:are_in_range (Results 1 – 3 of 3) sorted by relevance
4125 CHECK(small.are_in_range(0, ConstantPoolArray::kMaxSmallEntriesPerType)); in AllocateConstantPoolArray()4150 CHECK(small.are_in_range(0, ConstantPoolArray::kMaxSmallEntriesPerType)); in AllocateExtendedConstantPoolArray()4151 CHECK(extended.are_in_range(0, kMaxInt)); in AllocateExtendedConstantPoolArray()
2324 int ConstantPoolArray::NumberOfEntries::are_in_range(int min, int max) const { in are_in_range() function
2651 inline int are_in_range(int min, int max) const;