Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc275 bool need_flush = true; in FlushIns() local
279 need_flush = false; in FlushIns()
282 need_flush = false; in FlushIns()
284 need_flush = true; in FlushIns()
291 need_flush |= (p_map->core_location != v_map->core_location) || in FlushIns()
293 if ((cu_->instruction_set == kThumb2) && t_loc->fp && !need_flush) { in FlushIns()
306 need_flush = true; in FlushIns()
310 if (need_flush) { in FlushIns()