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

  /art/compiler/dex/quick/
mir_to_lir.cc 476 if ((opt_flags & MIR_INLINED) != 0) {
484 if ((opt_flags & MIR_INLINED) != 0) {
815 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
823 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
830 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
836 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
843 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
849 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
856 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0) {
862 if (!kLeafOptimization && (opt_flags & MIR_INLINED) == 0)
    [all...]
dex_file_method_inliner.cc 566 invoke->optimization_flags |= MIR_INLINED;
568 move_result->optimization_flags |= MIR_INLINED;
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/
mir_graph.h 192 #define MIR_INLINED (1 << kMIRInlined)
    [all...]
mir_dataflow.cc 1090 if ((flags & Instruction::kInvoke) != 0 && (mir->optimization_flags & MIR_INLINED) == 0) {
    [all...]
local_value_numbering.cc     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc     [all...]

Completed in 68 milliseconds