Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.h395 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
H A Djit.cc1684 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeEnqueueCompilation()
H A Djit_code_cache.cc335 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache
/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc365 const void* code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetOptimizedCodeFor()