HomeSort by relevance Sort by last modified time
    Searched refs:method_lowering_info (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_graph.h 368 uint32_t method_lowering_info; member in union:art::MIR::__anon7
675 DCHECK_LT(mir->meta.method_lowering_info, method_lowering_infos_.Size());
676 return method_lowering_infos_.GetRawStorage()[mir->meta.method_lowering_info];
    [all...]
mir_analysis.cc 1271 mir->meta.method_lowering_info = it->lowering_info_index;
mir_optimization.cc     [all...]

Completed in 235 milliseconds