Home
last modified time | relevance | path

Searched refs:oat_data_flow_attributes_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc917 …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()
Dmir_graph.h1471 static const uint64_t oat_data_flow_attributes_[kMirOpLast]; variable
Dmir_dataflow.cc31 const uint64_t MIRGraph::oat_data_flow_attributes_[kMirOpLast] = { member in art::MIRGraph