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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp144 void ARMAssembler::epilog(uint32_t touched) argument
146 touched &= LSAVED;
147 if (touched) {
151 STM(AL, FD, SP, 1, touched | LLR);
154 LDM(AL, FD, SP, 1, touched | LLR);
H A DARMAssemblerProxy.cpp65 void ARMAssemblerProxy::epilog(uint32_t touched) { argument
66 mTarget->epilog(touched);
H A DARMAssembler.h58 virtual void epilog(uint32_t touched);
H A DARMAssemblerProxy.h48 virtual void epilog(uint32_t touched);
H A DGGLAssembler.cpp48 void GGLAssembler::epilog(uint32_t touched) argument
50 ARMAssemblerProxy::epilog(touched);
327 epilog(registerFile().touched());
343 epilog(registerFile().touched());
1182 uint32_t RegisterAllocator::RegisterFile::touched() const function in class:android::RegisterAllocator::RegisterFile
H A DGGLAssembler.h79 uint32_t touched() const;
183 virtual void epilog(uint32_t touched);
H A DMIPSAssembler.h55 virtual void epilog(uint32_t touched);
254 void epilog(uint32_t touched);
H A DARMAssemblerInterface.h112 virtual void epilog(uint32_t touched) = 0;
H A DMIPSAssembler.cpp175 void ArmToMipsAssembler::epilog(uint32_t touched) argument
1383 void MIPSAssembler::epilog(uint32_t touched) argument

Completed in 73 milliseconds