Searched defs:isUsed (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp1101 LOG_ALWAYS_FATAL_IF(isUsed(reg),
1116 int RegisterAllocator::RegisterFile::isUsed(int reg) const function in class:android::RegisterAllocator::RegisterFile
1132 if (!isUsed(r + mRegisterOffset)) {
1172 // LOG_FATAL_IF(!isUsed(reg),
H A DGGLAssembler.h80 inline int isUsed(int reg) const;
119 bool isUsed(int reg) { function in class:android::RegisterAllocator::Scratch

Completed in 252 milliseconds