Home | History | Annotate | Download | only in arm

Lines Matching refs:saves

2167   const RegList saves = FLAG_enable_embedded_constant_pool
2170 if (saves != 0) {
2173 base::bits::CountPopulation32(saves));
2233 const RegList saves = FLAG_enable_embedded_constant_pool
2236 if (saves != 0) {
2238 __ stm(db_w, sp, saves);
2247 const RegList saves = FLAG_enable_embedded_constant_pool
2250 if (saves != 0) {
2251 __ ldm(ia_w, sp, saves);