Searched refs:RegisterAllocator (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp34 : ARMAssemblerProxy(target), RegisterAllocator(), mOptLevel(7)
55 RegisterAllocator::reset();
1005 void RegisterAllocator::reset()
1010 int RegisterAllocator::reserveReg(int reg)
1015 int RegisterAllocator::obtainReg()
1020 void RegisterAllocator::recycleReg(int reg)
1025 RegisterAllocator::RegisterFile& RegisterAllocator::registerFile()
1032 RegisterAllocator::RegisterFile::RegisterFile()
1039 RegisterAllocator
[all...]
H A DGGLAssembler.h41 class RegisterAllocator class in namespace:android
166 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator

Completed in 45 milliseconds