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

  /art/compiler/dex/
type_inference.cc 473 (mir->optimization_flags & MIR_CALLEE) != 0);
    [all...]
mir_graph.h 166 #define MIR_CALLEE (1 << kMIRCallee)
352 // CONST and MOVE insn (with MIR_CALLEE) to remember the invoke for type inference.
    [all...]
mir_graph.cc     [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 116 insn->optimization_flags = MIR_CALLEE;
    [all...]

Completed in 93 milliseconds