Searched defs:PoolManager (Results 1 - 3 of 3) sorted by relevance

/external/vixl/src/
H A Dpool-manager-impl.h39 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<
[all...]
H A Dpool-manager.h46 // PoolManager, PoolObject, ForwardReference and LocationBase.
48 // The PoolManager manages both literal and veneer pools, and is designed to be
56 // encountered, and ask the PoolManager to track them. The PoolManager will
61 // called on the PoolManager with their corresponding object as a parameter.
91 class PoolManager;
98 // object, updating all the forward references, and giving the PoolManager
148 // The PoolManager should assume ownership of some objects, and delete them
151 // handle to. By default, the PoolManager will not do this.
153 // The PoolManager shoul
391 class PoolManager { class in namespace:vixl
393 PoolManager(int header_size, int alignment, int buffer_alignment) function in class:vixl::PoolManager
[all...]
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h311 ? PoolManager<int32_t>::kNoBranchRequired
312 : PoolManager<int32_t>::kBranchRequired);
479 void EmitLiteralPool(PoolManager<int32_t>::EmitOption option = argument
480 PoolManager<int32_t>::kBranchRequired) {
10783 PoolManager<int32_t> pool_manager_;

Completed in 66 milliseconds