Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc768 const char* target_shorty = mir_graph_->GetShortyFromMethodReference(target_method); in GenDalvikArgs()
903 ShortyToRegClass(mir_graph_->GetShortyFromMethodReference(info->method_ref)[0])); in InlineTarget()
915 mir_graph_->GetShortyFromMethodReference(info->method_ref)[0])); in InlineTargetWide()
1616 ShortyToRegClass(mir_graph_->GetShortyFromMethodReference(info->method_ref)[0]); in GenInvokeNoInline()
/art/compiler/dex/
Dmir_graph.h1163 const char* GetShortyFromMethodReference(const MethodReference& target_method);
Dmir_graph.cc1694 const char* MIRGraph::GetShortyFromMethodReference(const MethodReference& target_method) { in GetShortyFromMethodReference() function in art::MIRGraph