Searched refs:oat_data_flow_attributes_ (Results 1 – 3 of 3) sorted by relevance
862 …DCHECK_LT((size_t) opcode, (sizeof(oat_data_flow_attributes_) / sizeof(oat_data_flow_attributes_[0… in GetDataFlowAttributes()863 return oat_data_flow_attributes_[opcode]; in GetDataFlowAttributes()
1201 static const uint64_t oat_data_flow_attributes_[kMirOpLast]; variable
32 const uint64_t MIRGraph::oat_data_flow_attributes_[kMirOpLast] = { member in art::MIRGraph