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