Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc252 static void UpdateEntryPoints(ArtMethod* method, const void* quick_code) in UpdateEntryPoints() function
357 UpdateEntryPoints(method, GetQuickToInterpreterBridge()); in InitializeMethodsCode()
363 UpdateEntryPoints( in InitializeMethodsCode()
381 UpdateEntryPoints(method, interpreter::GetNterpWithClinitEntryPoint()); in InitializeMethodsCode()
383 UpdateEntryPoints(method, GetQuickResolutionStub()); in InitializeMethodsCode()
386 UpdateEntryPoints(method, GetQuickToInterpreterBridge()); in InitializeMethodsCode()
393 UpdateEntryPoints(method, aot_code); in InitializeMethodsCode()
401 UpdateEntryPoints(method, interpreter::GetNterpEntryPoint()); in InitializeMethodsCode()
406 UpdateEntryPoints( in InitializeMethodsCode()
425 UpdateEntryPoints(method, GetQuickToInterpreterBridge()); in InstallStubsForMethod()
[all …]
/art/runtime/jit/
Djit_code_cache.cc125 void UpdateEntryPoints(const void* entrypoint) REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateEntryPoints() function in art::jit::JitCodeCache::JniStubData
759 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()
1729 data->UpdateEntryPoints(entrypoint); in NotifyCompilationOf()