Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc127 const void* new_quick_code; in InstallStubsForMethod() local
134 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
136 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
138 new_quick_code = GetQuickResolutionStub(); in InstallStubsForMethod()
143 new_quick_code = GetQuickToInterpreterBridge(); in InstallStubsForMethod()
150 new_quick_code = GetQuickInstrumentationEntryPoint(); in InstallStubsForMethod()
152 new_quick_code = class_linker->GetQuickOatCodeFor(method); in InstallStubsForMethod()
155 new_quick_code = GetQuickResolutionStub(); in InstallStubsForMethod()
159 UpdateEntrypoints(method, new_quick_code); in InstallStubsForMethod()
661 const void* new_quick_code; in UpdateMethodsCode() local
[all …]