Searched defs:recycle (Results 1 - 2 of 2) sorted by last modified time

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp398 scratches.recycle(Rs);
440 scratches.recycle(Ry);
659 scratches.recycle(c);
662 scratches.recycle(dx);
1043 mRegs.recycle(reg);
1159 void RegisterAllocator::RegisterFile::recycle(int reg) function in class:android::RegisterAllocator::RegisterFile
1177 // "(recycle=%08x, allocated=%08x, unallocated=%08x)",
H A DGGLAssembler.h70 void recycle(int reg);
109 void recycle(int reg) { function in class:android::RegisterAllocator::Scratch
110 mRegFile.recycle(reg);

Completed in 628 milliseconds