Home
last modified time | relevance | path

Searched refs:epilog (Results 1 – 19 of 19) 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()
DARMAssembler.h57 virtual void epilog(uint32_t touched);
DARMAssemblerProxy.h48 virtual void epilog(uint32_t touched);
DGGLAssembler.cpp49 void GGLAssembler::epilog(uint32_t touched) in epilog() function in android::GGLAssembler
51 ARMAssemblerProxy::epilog(touched); in epilog()
326 epilog(registerFile().touched()); in scanline_core()
342 epilog(registerFile().touched()); in scanline_core()
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;
DGGLAssembler.h189 virtual void epilog(uint32_t touched);
DARMAssembler.cpp137 void ARMAssembler::epilog(uint32_t touched) in epilog() function in android::ARMAssembler
DMIPSAssembler.cpp173 void ArmToMipsAssembler::epilog(uint32_t touched __unused) in epilog() function in android::ArmToMipsAssembler
1390 void MIPSAssembler::epilog(uint32_t touched __unused) in epilog() function in android::MIPSAssembler
DArm64Assembler.cpp291 void ArmToArm64Assembler::epilog(uint32_t /*touched*/) in epilog() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp150 void ArmToMips64Assembler::epilog(uint32_t touched __unused) in epilog() function in android::ArmToMips64Assembler
/system/update_engine/scripts/
Dpaycheck.py57 epilog=('Note: a payload may verify correctly but fail to apply, and '
/system/core/fastboot/
Dfastboot_driver.h59 std::function<void(int)> epilog = [](int) {};
Dfastboot_driver.cpp61 epilog_(std::move(driver_callbacks.epilog)), in FastBootDriver()
Dfastboot.cpp1747 .epilog = Epilog, in Main()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp479 a64asm->epilog(0); in dataOpTest()
595 a64asm->epilog(0); in dataTransferTest()
687 a64asm->epilog(0); in dataTransferLDMSTM()
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp434 a64asm->epilog(0); in dataOpTest()
548 a64asm->epilog(0); in dataTransferTest()