Lines Matching refs:pool_manager_
74 return pool_manager_.IsBlocked(); in ArePoolsBlocked()
242 virtual void BlockPools() VIXL_OVERRIDE { pool_manager_.Block(); } in BlockPools()
244 pool_manager_.Release(GetCursorOffset()); in ReleasePools()
265 pool_manager_(4 /*header_size*/, in Assembler()
281 pool_manager_(4 /*header_size*/, in Assembler()
295 pool_manager_(4 /*header_size*/, in Assembler()
408 if (pool_manager_.MustEmit(pc, kPaddingBytes)) { in BindHelper()
409 int32_t new_pc = pool_manager_.Emit(this, pc, kPaddingBytes); in BindHelper()
414 pool_manager_.Bind(this, label, GetCursorOffset()); in BindHelper()
426 pool_manager_.AddObjectReference(&reference, location); in RegisterForwardReference()
449 if (pool_manager_.MustEmit(GetCursorOffset(), size, &temp_ref, location)) {
450 int32_t new_pc = pool_manager_.Emit(this,
470 if (pool_manager_.MustEmit(pc, total_size)) { in Place()
471 int32_t new_pc = pool_manager_.Emit(this, pc, total_size); in Place()
475 pool_manager_.Bind(this, literal, GetCursorOffset()); in Place()
486 pool_manager_.Emit(this, GetCursorOffset(), 0, NULL, NULL, option);
11064 PoolManager<int32_t> pool_manager_; variable