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

  /art/compiler/dex/
mir_graph.h 728 const MirMethodLoweringInfo& GetMethodLoweringInfo(MIR* mir) const {
729 return GetMethodLoweringInfo(mir->meta.method_lowering_info);
732 const MirMethodLoweringInfo& GetMethodLoweringInfo(uint32_t lowering_info) const {
    [all...]
mir_optimization.cc     [all...]
type_inference.cc 657 const MirMethodInfo& info = mir_graph->GetMethodLoweringInfo(i);
    [all...]
mir_graph.cc     [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc     [all...]
gen_invoke.cc     [all...]
ralloc_util.cc     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc     [all...]

Completed in 223 milliseconds