Searched refs:touched (Results 1 - 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp139 void ARMAssembler::epilog(uint32_t touched) argument
141 touched &= LSAVED;
142 if (touched) {
146 STM(AL, FD, SP, 1, touched | LLR);
149 LDM(AL, FD, SP, 1, touched | LLR);
H A DARMAssemblerProxy.h47 virtual void epilog(uint32_t touched);
H A DARMAssemblerProxy.cpp61 void ARMAssemblerProxy::epilog(uint32_t touched) { argument
62 mTarget->epilog(touched);
H A DARMAssembler.h57 virtual void epilog(uint32_t touched);
H A DGGLAssembler.cpp47 void GGLAssembler::epilog(uint32_t touched) argument
49 ARMAssemblerProxy::epilog(touched);
324 epilog(registerFile().touched());
340 epilog(registerFile().touched());
1142 uint32_t RegisterAllocator::RegisterFile::touched() const function in class:android::RegisterAllocator::RegisterFile
H A DGGLAssembler.h78 uint32_t touched() const;
179 virtual void epilog(uint32_t touched);
H A DARMAssemblerInterface.h104 virtual void epilog(uint32_t touched) = 0;

Completed in 178 milliseconds