Searched refs:GetSavedEntryPointOfPreCompiledMethod (Results 1 – 4 of 4) sorted by relevance
389 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
1701 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeEnqueueCompilation()
333 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache
338 const void* code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetOptimizedCodeFor()