Searched refs:touched (Results 1 – 12 of 12) sorted by relevance
144 void ARMAssembler::epilog(uint32_t touched) in epilog() argument146 touched &= LSAVED; in epilog()147 if (touched) { in epilog()151 STM(AL, FD, SP, 1, touched | LLR); in epilog()154 LDM(AL, FD, SP, 1, touched | LLR); in epilog()
65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog() argument66 mTarget->epilog(touched); in epilog()
48 void GGLAssembler::epilog(uint32_t touched) in epilog() argument50 ARMAssemblerProxy::epilog(touched); in epilog()327 epilog(registerFile().touched()); in scanline_core()343 epilog(registerFile().touched()); in scanline_core()1189 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;
175 void ArmToMipsAssembler::epilog(uint32_t touched) in epilog() argument1389 void MIPSAssembler::epilog(uint32_t touched) in epilog() argument
156 void ArmToMips64Assembler::epilog(uint32_t touched) in epilog() argument