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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp1093 LOG_ALWAYS_FATAL_IF(isUsed(reg),
1108 int RegisterAllocator::RegisterFile::isUsed(int reg) const function in class:android::RegisterAllocator::RegisterFile
1124 if (!isUsed(r + mRegisterOffset)) {
1164 // LOG_FATAL_IF(!isUsed(reg),
H A DGGLAssembler.h74 inline int isUsed(int reg) const;
113 bool isUsed(int reg) { function in class:android::RegisterAllocator::Scratch

Completed in 61 milliseconds