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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp65 void ARMAssemblerProxy::epilog(uint32_t touched) { function in class:android::ARMAssemblerProxy
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 DMIPSAssembler.h55 virtual void epilog(uint32_t touched);
254 void epilog(uint32_t touched);
H A DGGLAssembler.cpp48 void GGLAssembler::epilog(uint32_t touched) function in class:android::GGLAssembler
50 ARMAssemblerProxy::epilog(touched);
76 uint32_t* fragment_end_pc = pcForLabel("epilog");
326 label("epilog");
327 epilog(registerFile().touched());
343 epilog(registerFile().touched());
H A DARMAssembler.cpp144 void ARMAssembler::epilog(uint32_t touched) function in class:android::ARMAssembler
153 // write epilog code
162 // write epilog code
H A DARMAssemblerInterface.h110 // construct prolog and epilog
112 virtual void epilog(uint32_t touched) = 0;
H A DGGLAssembler.h183 virtual void epilog(uint32_t touched);
H A DMIPSAssembler.cpp175 void ArmToMipsAssembler::epilog(uint32_t touched) function in class:android::ArmToMipsAssembler
1383 void MIPSAssembler::epilog(uint32_t touched) function in class:android::MIPSAssembler

Completed in 209 milliseconds