Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinliner.cc711 static ArtMethod* ResolveMethodFromInlineCache(Handle<mirror::Class> klass, in ResolveMethodFromInlineCache() function
761 ArtMethod* resolved_method = ResolveMethodFromInlineCache( in TryInlineMonomorphicCall()
929 ArtMethod* method = ResolveMethodFromInlineCache(handle, invoke_instruction, pointer_size); in TryInlinePolymorphicCall()