Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h109 bool is_vec_op) in HeapLocation() argument
117 is_vec_op_(is_vec_op) { in HeapLocation()
258 const bool is_vec_op = instruction->IsVecStore() || instruction->IsVecLoad(); in GetArrayHeapLocation() local
261 } else if (is_vec_op) { in GetArrayHeapLocation()
274 is_vec_op); in GetArrayHeapLocation()
297 bool is_vec_op) const { in FindHeapLocationIndex() argument
307 loc->IsVecOp() == is_vec_op) { in FindHeapLocationIndex()
453 bool is_vec_op) { in MaybeCreateHeapLocation() argument
457 ref_info, type, offset, index, vector_length, declaring_class_def_index, is_vec_op); in MaybeCreateHeapLocation()
460 ref_info, type, offset, index, vector_length, declaring_class_def_index, is_vec_op); in MaybeCreateHeapLocation()
[all …]
Dload_store_analysis_test.cc109 const bool is_vec_op = false; in TEST_F() local
111 ref, type, field, c1, vec, class_def, is_vec_op); in TEST_F()
113 ref, type, field, c2, vec, class_def, is_vec_op); in TEST_F()
115 ref, type, field, index, vec, class_def, is_vec_op); in TEST_F()