Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Druntime_asm_entrypoints.h57 static inline const void* GetInvokeObsoleteMethodStub() { in GetInvokeObsoleteMethodStub() function
/art/runtime/
Dstack.cc692 if (code == GetQuickInstrumentationEntryPoint() || code == GetInvokeObsoleteMethodStub()) { in AssertPcIsWithinQuickCode()