Searched refs:get_array_element (Results 1 – 7 of 7) sorted by relevance
515 store = substore->get_array_element(index); in constant_referenced()1014 return array->get_array_element(index)->clone(mem_ctx, NULL); in constant_expression_value()
505 ir->get_array_element(i)->accept(this); in visit()
986 lower_constant(ir->get_array_element(i)); in lower_constant()
2320 ir_constant *get_array_element(unsigned i) const;
1329 ir_constant::get_array_element(unsigned i) const in get_array_element() function in ir_constant
2591 ir->offset->as_constant()->get_array_element(i); in visit()
276 auto get_array_element = [](mirror::Object* cur_obj, const DirtyEntry::RefInfo& ref_info) in MatchDirtyObjectPaths() local344 cur_obj = get_array_element(cur_obj, ref_info); in MatchDirtyObjectPaths()