Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h218 ArtMethod* FindMethodFromCHA(ArtMethod* resolved_method)
Dinliner.cc345 ArtMethod* HInliner::FindMethodFromCHA(ArtMethod* resolved_method) { in FindMethodFromCHA() function in art::HInliner
501 ArtMethod* method = FindMethodFromCHA(invoke_instruction->GetResolvedMethod()); in TryInlineFromCHA()