Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Druntime_asm_entrypoints.h47 static inline const void* GetInvokeObsoleteMethodStub() { in GetInvokeObsoleteMethodStub() function
/art/runtime/
Dstack.cc611 if (code == GetQuickInstrumentationEntryPoint() || code == GetInvokeObsoleteMethodStub()) { in AssertPcIsWithinQuickCode()
Dclass_linker.cc8623 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()