Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 13 of 13) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp137 void ARMAssembler::epilog(uint32_t touched) in epilog() argument
139 touched &= LSAVED; in epilog()
140 if (touched) { in epilog()
144 STM(AL, FD, SP, 1, touched | LLR); in epilog()
147 LDM(AL, FD, SP, 1, touched | LLR); in epilog()
DARMAssemblerProxy.cpp65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog() argument
66 mTarget->epilog(touched); in epilog()
DGGLAssembler.cpp49 void GGLAssembler::epilog(uint32_t touched) in epilog() argument
51 ARMAssemblerProxy::epilog(touched); in epilog()
328 epilog(registerFile().touched()); in scanline_core()
344 epilog(registerFile().touched()); in scanline_core()
1190 uint32_t RegisterAllocator::RegisterFile::touched() const in touched() function in android::RegisterAllocator::RegisterFile
DGGLAssembler.h85 uint32_t touched() const;
189 virtual void epilog(uint32_t touched);
DARMAssembler.h57 virtual void epilog(uint32_t touched);
DARMAssemblerProxy.h48 virtual void epilog(uint32_t touched);
DMIPSAssembler.h55 virtual void epilog(uint32_t touched);
255 virtual void epilog(uint32_t touched);
DArm64Assembler.h70 virtual void epilog(uint32_t touched);
DMIPS64Assembler.h57 virtual void epilog(uint32_t touched);
DARMAssemblerInterface.h112 virtual void epilog(uint32_t touched) = 0;
DMIPSAssembler.cpp170 void ArmToMipsAssembler::epilog(uint32_t touched) in epilog() argument
1384 void MIPSAssembler::epilog(uint32_t touched) in epilog() argument
DMIPS64Assembler.cpp149 void ArmToMips64Assembler::epilog(uint32_t touched) in epilog() argument
/system/bt/doc/
Dstyle_guide.md321 ##### Commit the code that your patch touched