Lines Matching refs:PoolManager
39 T PoolManager<T>::Emit(MacroAssemblerInterface* masm,
128 bool PoolManager<T>::ShouldSkipObject(PoolObject<T>* pool_object,
162 T PoolManager<T>::UpdateCheckpointForObject(T checkpoint,
190 bool PoolManager<T>::MustEmit(T pc,
257 // if the new reference was added to the PoolManager but without actually
295 void PoolManager<T>::RecalculateCheckpoint(SortOption sort_option) {
349 bool PoolManager<T>::PoolObjectLessThan(const PoolObject<T>& a,
363 void PoolManager<T>::AddObjectReference(const ForwardReference<T>* reference,
394 void PoolManager<T>::Insert(const PoolObject<T>& new_object) {
411 void PoolManager<T>::RemoveAndDelete(PoolObject<T>* object) {
423 typename PoolManager<T>::objects_iter PoolManager<T>::RemoveAndDelete(
445 T PoolManager<T>::Bind(MacroAssemblerInterface* masm,
485 void PoolManager<T>::Release(T pc) {
494 PoolManager<T>::~PoolManager<T>() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION {
516 int PoolManager<T>::GetPoolSizeForTest() const {