Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc348 static const void* GetOptimizedCodeFor(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOptimizedCodeFor() function
476 UpdateEntryPoints(method, GetOptimizedCodeFor(method)); in InstallStubsForMethod()
1464 return GetOptimizedCodeFor(method); in GetCodeForInvoke()