Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog() function in android::ARMAssemblerProxy
66 mTarget->epilog(touched); in epilog()
DARMAssemblerProxy.h48 virtual void epilog(uint32_t touched);
DARMAssembler.h57 virtual void epilog(uint32_t touched);
DGGLAssembler.cpp48 void GGLAssembler::epilog(uint32_t touched) in epilog() function in android::GGLAssembler
50 ARMAssemblerProxy::epilog(touched); in epilog()
327 epilog(registerFile().touched()); in scanline_core()
343 epilog(registerFile().touched()); in scanline_core()
DMIPSAssembler.h55 virtual void epilog(uint32_t touched);
254 void epilog(uint32_t touched);
DARMAssemblerInterface.h112 virtual void epilog(uint32_t touched) = 0;
DGGLAssembler.h183 virtual void epilog(uint32_t touched);
DARMAssembler.cpp144 void ARMAssembler::epilog(uint32_t touched) in epilog() function in android::ARMAssembler
DMIPSAssembler.cpp175 void ArmToMipsAssembler::epilog(uint32_t touched) in epilog() function in android::ArmToMipsAssembler
1383 void MIPSAssembler::epilog(uint32_t touched) in epilog() function in android::MIPSAssembler