Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h769 RegLocation GetRawSrc(MIR* mir, int num) { in GetRawSrc() function
788 RegLocation res = GetRawSrc(mir, num); in GetSrc()
800 RegLocation res = GetRawSrc(mir, low); in GetSrcWide()
Dmir_graph.cc1467 info->args[i] = GetRawSrc(mir, i); in NewMemCallInfo()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1579 loc = mir_graph_->GetRawSrc(mir, i); in HandlePhiNodes()