Searched refs:touched (Results 1 – 14 of 14) sorted by relevance
129 std::vector<MountHandlerEntry> touched; in MountHandlerFunction() local137 touched.emplace_back(std::move(entry)); in MountHandlerFunction()147 for (auto entry : touched) { in MountHandlerFunction()
137 void ARMAssembler::epilog(uint32_t touched) in epilog() argument139 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()
65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog() argument66 mTarget->epilog(touched); in epilog()
49 void GGLAssembler::epilog(uint32_t touched) in epilog() argument51 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
85 uint32_t touched() const;189 virtual void epilog(uint32_t touched);
57 virtual void epilog(uint32_t touched);
48 virtual void epilog(uint32_t touched);
55 virtual void epilog(uint32_t touched);255 virtual void epilog(uint32_t touched);
70 virtual void epilog(uint32_t touched);
112 virtual void epilog(uint32_t touched) = 0;
173 void ArmToMipsAssembler::epilog(uint32_t touched __unused) in epilog()1390 void MIPSAssembler::epilog(uint32_t touched __unused) in epilog()
150 void ArmToMips64Assembler::epilog(uint32_t touched __unused) in epilog()
321 ##### Commit the code that your patch touched