Home
last modified time | relevance | path

Searched refs:GetMaxSize (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/Control/
DToolBar.h17 bool GetMaxSize(LPSIZE size) in GetMaxSize() function
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h120 size_t GetMaxSize() const;
121 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }
171 inline size_t LiteralPool::GetMaxSize() const { in GetMaxSize() function
287 size_t GetMaxSize() const { in GetMaxSize() function
291 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()
Dmacro-assembler-aarch64.cc95 if (GetMaxSize() >= range) Emit(); in CheckEmitForBranch()
243 kPoolNonVeneerCodeSize + amount + GetMaxSize() + GetOtherPoolsMaxSize(); in ShouldEmitVeneer()
/external/llvm/lib/Fuzzer/
DFuzzerInternal.h74 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize() function
DFuzzerDriver.cpp354 if (U.size() <= Word::GetMaxSize()) in FuzzerDriver()
DFuzzerTraceState.cpp446 CmpSize = std::min(CmpSize, Word::GetMaxSize()); in TraceMemcmpCallback()