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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp1046 RegisterAllocator::RegisterFile& RegisterAllocator::registerFile()
1053 RegisterAllocator::RegisterFile::RegisterFile(int codegen_arch) function in class:android::RegisterAllocator::RegisterFile
1063 RegisterAllocator::RegisterFile::RegisterFile(const RegisterFile& rhs, int codegen_arch) function in class:android::RegisterAllocator::RegisterFile
1071 RegisterAllocator::RegisterFile::~RegisterFile()
1075 bool RegisterAllocator::RegisterFile::operator == (const RegisterFile
[all...]
H A DGGLAssembler.h44 class RegisterFile;
47 RegisterFile& registerFile();
53 class RegisterFile class in class:android::RegisterAllocator
56 RegisterFile(int arch);
57 RegisterFile(const RegisterFile& rhs, int arch);
58 ~RegisterFile();
62 bool operator == (const RegisterFile& rhs) const;
63 bool operator != (const RegisterFile& rhs) const {
98 Scratch(RegisterFile
[all...]

Completed in 36 milliseconds