Home
last modified time | relevance | path

Searched defs:is_vec_op (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.h109 bool is_vec_op) in HeapLocation()
258 const bool is_vec_op = instruction->IsVecStore() || instruction->IsVecLoad(); in GetArrayHeapLocation() local
297 bool is_vec_op) const { in FindHeapLocationIndex()
453 bool is_vec_op) { in MaybeCreateHeapLocation()
482 bool is_vec_op) { in VisitArrayAccess()
Dload_store_analysis_test.cc109 const bool is_vec_op = false; in TEST_F() local