Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc321 static const void* GetOptimizedCodeFor(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOptimizedCodeFor() function
449 UpdateEntryPoints(method, GetOptimizedCodeFor(method)); in InstallStubsForMethod()
1437 return GetOptimizedCodeFor(method); in GetCodeForInvoke()