Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc223 const void* new_quick_code; in InstallStubsForMethod() local
230 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
232 new_quick_code = GetCodeForInvoke(method); in InstallStubsForMethod()
234 new_quick_code = GetQuickResolutionStub(); in InstallStubsForMethod()
239 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
248 new_quick_code = GetQuickInstrumentationEntryPoint(); in InstallStubsForMethod()
253 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
255 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
258 new_quick_code = GetQuickResolutionStub(); in InstallStubsForMethod()
262 UpdateEntrypoints(method, new_quick_code); in InstallStubsForMethod()
[all …]