Searched refs:GetMaxSize (Results 1 – 6 of 6) sorted by relevance
17 bool GetMaxSize(LPSIZE size) in GetMaxSize() function
120 size_t GetMaxSize() const;121 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }171 inline size_t LiteralPool::GetMaxSize() const { in GetMaxSize() function287 size_t GetMaxSize() const { in GetMaxSize() function291 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }3303 size_t GetLiteralPoolMaxSize() const { return literal_pool_.GetMaxSize(); } in GetLiteralPoolMaxSize()3308 size_t GetVeneerPoolMaxSize() const { return veneer_pool_.GetMaxSize(); } in GetVeneerPoolMaxSize()3343 literal_pool_.GetMaxSize() + veneer_pool_.GetMaxSize(); in EnsureEmitFor()3355 literal_pool_.GetMaxSize() + veneer_pool_.GetMaxSize(); in EnsureEmitPoolsFor()
95 if (GetMaxSize() >= range) Emit(); in CheckEmitForBranch()243 kPoolNonVeneerCodeSize + amount + GetMaxSize() + GetOtherPoolsMaxSize(); in ShouldEmitVeneer()
74 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize() function
354 if (U.size() <= Word::GetMaxSize()) in FuzzerDriver()
446 CmpSize = std::min(CmpSize, Word::GetMaxSize()); in TraceMemcmpCallback()