Home
last modified time | relevance | path

Searched refs:GenInline (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.h95 bool GenInline(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke, uint32_t method_idx)
Ddex_file_method_inliner.cc642 bool DexFileMethodInliner::GenInline(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke, in GenInline() function in art::DexFileMethodInliner
/art/compiler/dex/
Dmir_optimization.cc1546 ->GenInline(this, bb, mir, target.dex_method_index)) { in InlineSpecialMethods()