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

  /art/compiler/dex/
mir_analysis.cc 1283 DCHECK_EQ(method_lowering_infos_.Size(), 0u);
1285 method_lowering_infos_.Resize(count);
1293 method_lowering_infos_.Insert(method_info);
1296 method_lowering_infos_.GetRawStorage(), count);
mir_graph.h 367 // INVOKE data index, points to MIRGraph::method_lowering_infos_.
675 DCHECK_LT(mir->meta.method_lowering_info, method_lowering_infos_.Size());
676 return method_lowering_infos_.GetRawStorage()[mir->meta.method_lowering_info];
1200 GrowableArray<MirMethodLoweringInfo> method_lowering_infos_; member in class:art::MIRGraph
    [all...]
mir_optimization.cc     [all...]
mir_graph.cc 126 method_lowering_infos_(arena, 0u),
    [all...]

Completed in 56 milliseconds