Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h123 size_t GetOtherPoolsMaxSize() const;
125 return GetOtherPoolsMaxSize();
293 size_t GetOtherPoolsMaxSize() const;
295 return GetOtherPoolsMaxSize();
3639 inline size_t VeneerPool::GetOtherPoolsMaxSize() const { in GetOtherPoolsMaxSize() function
3644 inline size_t LiteralPool::GetOtherPoolsMaxSize() const { in GetOtherPoolsMaxSize() function
Dmacro-assembler-aarch64.cc243 kPoolNonVeneerCodeSize + amount + GetMaxSize() + GetOtherPoolsMaxSize(); in ShouldEmitVeneer()