Home
last modified time | relevance | path

Searched refs:countFreeRegs (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h83 int countFreeRegs() const;
122 int countFreeRegs() { in countFreeRegs() function
123 return mRegFile.countFreeRegs(); in countFreeRegs()
DGGLAssembler.cpp1152 int RegisterAllocator::RegisterFile::countFreeRegs() const in countFreeRegs() function in android::RegisterAllocator::RegisterFile