Searched refs:GetOtherPoolsMaxSize (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h120 size_t GetOtherPoolsMaxSize() const;
121 VIXL_DEPRECATED("GetOtherPoolsMaxSize", size_t OtherPoolsMaxSize() const) {
122 return GetOtherPoolsMaxSize();
290 size_t GetOtherPoolsMaxSize() const;
291 VIXL_DEPRECATED("GetOtherPoolsMaxSize", size_t OtherPoolsMaxSize() const) {
292 return GetOtherPoolsMaxSize();
3222 inline size_t VeneerPool::GetOtherPoolsMaxSize() const { function in class:vixl::aarch64::VeneerPool
3227 inline size_t LiteralPool::GetOtherPoolsMaxSize() const { function in class:vixl::aarch64::LiteralPool
H A Dmacro-assembler-aarch64.cc243 kPoolNonVeneerCodeSize + amount + GetMaxSize() + GetOtherPoolsMaxSize();

Completed in 67 milliseconds