Lines Matching refs:pool_manager_
74 return pool_manager_.IsBlocked();
258 virtual void BlockPools() VIXL_OVERRIDE { pool_manager_.Block(); }
260 pool_manager_.Release(GetCursorOffset());
286 pool_manager_(4 /*header_size*/,
292 pool_manager_(allocator,
314 pool_manager_(4 /*header_size*/,
331 pool_manager_(4 /*header_size*/,
341 pool_manager_(allocator,
456 if (pool_manager_.MustEmit(cursor, kPaddingBytes)) {
457 int32_t new_cursor = pool_manager_.Emit(this, cursor, kPaddingBytes);
462 pool_manager_.Bind(this, label, GetCursorOffset());
474 pool_manager_.AddObjectReference(&reference, location);
497 if (pool_manager_.MustEmit(GetCursorOffset(), size, &temp_ref, location)) {
498 int32_t new_cursor = pool_manager_.Emit(this,
518 if (pool_manager_.MustEmit(cursor, total_size)) {
519 int32_t new_cursor = pool_manager_.Emit(this, cursor, total_size);
523 pool_manager_.Bind(this, literal, GetCursorOffset());
534 pool_manager_.Emit(this, GetCursorOffset(), 0, NULL, NULL, option);
13364 PoolManager<int32_t> pool_manager_;