Lines Matching defs:LiteralPool
108 class LiteralPool : public Pool {
111 explicit LiteralPool(MacroAssembler* masm);
113 explicit LiteralPool(MacroAssembler* masm) = delete;
114 LiteralPool(AllocatorWrapper allocator, MacroAssembler* masm);
116 ~LiteralPool() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION;
178 inline size_t LiteralPool::GetSize() const {
184 inline size_t LiteralPool::GetMaxSize() const {
190 inline ptrdiff_t LiteralPool::GetNextRecommendedCheckpoint() {
8021 void EmitLiteralPool(LiteralPool::EmitOption option) {
8144 LiteralPool* GetLiteralPool() { return &literal_pool_; }
8546 LiteralPool literal_pool_;
8558 friend class LiteralPool;
8567 inline size_t LiteralPool::GetOtherPoolsMaxSize() const {
8572 inline void LiteralPool::SetNextRecommendedCheckpoint(ptrdiff_t offset) {