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()
280 pool_manager_(4 /*header_size*/, in Assembler()
293 pool_manager_(4 /*header_size*/, in Assembler()
405 if (pool_manager_.MustEmit(pc, kPaddingBytes)) { in BindHelper()
406 int32_t new_pc = pool_manager_.Emit(this, pc, kPaddingBytes); in BindHelper()
411 pool_manager_.Bind(this, label, GetCursorOffset()); in BindHelper()
423 pool_manager_.AddObjectReference(&reference, location); in RegisterForwardReference()
446 if (pool_manager_.MustEmit(GetCursorOffset(), size, &temp_ref, location)) {
447 int32_t new_pc = pool_manager_.Emit(this,
467 if (pool_manager_.MustEmit(pc, total_size)) { in Place()
468 int32_t new_pc = pool_manager_.Emit(this, pc, total_size); in Place()
472 pool_manager_.Bind(this, literal, GetCursorOffset()); in Place()
483 pool_manager_.Emit(this, GetCursorOffset(), 0, NULL, NULL, option);
11061 PoolManager<int32_t> pool_manager_; variable