Home
last modified time | relevance | path

Searched refs:GenInlineConst (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.h360 static bool GenInlineConst(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke,
Ddex_file_method_inliner.cc661 result = GenInlineConst(mir_graph, bb, invoke, move_result, method); in GenInline()
839 bool DexFileMethodInliner::GenInlineConst(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke, in GenInlineConst() function in art::DexFileMethodInliner