Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc252 const void* new_quick_code; in InstallStubsForMethod() local
259 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
261 new_quick_code = GetCodeForInvoke(method); in InstallStubsForMethod()
263 new_quick_code = GetQuickResolutionStub(); in InstallStubsForMethod()
268 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
277 new_quick_code = GetQuickInstrumentationEntryPoint(); in InstallStubsForMethod()
282 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
284 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
287 new_quick_code = GetQuickResolutionStub(); in InstallStubsForMethod()
291 UpdateEntrypoints(method, new_quick_code); in InstallStubsForMethod()
[all …]