Home
last modified time | relevance | path

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

/system/core/init/
Dmount_handler.cpp129 std::vector<MountHandlerEntry> touched; in MountHandlerFunction() local
137 touched.emplace_back(std::move(entry)); in MountHandlerFunction()
147 for (auto entry : touched) { in MountHandlerFunction()
/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()
326 epilog(registerFile().touched()); in scanline_core()
342 epilog(registerFile().touched()); in scanline_core()
1187 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.cpp173 void ArmToMipsAssembler::epilog(uint32_t touched __unused) in epilog()
1390 void MIPSAssembler::epilog(uint32_t touched __unused) in epilog()
DMIPS64Assembler.cpp150 void ArmToMips64Assembler::epilog(uint32_t touched __unused) in epilog()
/system/bt/doc/
Dstyle_guide.md321 ##### Commit the code that your patch touched