Home
last modified time | relevance | path

Searched refs:MIR_CALLEE (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dtype_inference.cc473 (mir->optimization_flags & MIR_CALLEE) != 0); in Apply()
753 if ((mir->optimization_flags & MIR_CALLEE) != 0) { in InitializeSRegs()
Dmir_graph.h166 #define MIR_CALLEE (1 << kMIRCallee) macro
Dmir_graph.cc1012 (mir->optimization_flags & MIR_CALLEE) != 0 ? " inlined" : " ", in DumpCFG()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc116 insn->optimization_flags = MIR_CALLEE; in AllocReplacementMIR()