Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Druntime_asm_entrypoints.h54 static inline const void* GetInvokeObsoleteMethodStub() { in GetInvokeObsoleteMethodStub() function
/art/runtime/
Dinstrumentation.cc1164 } else if (code == GetInvokeObsoleteMethodStub()) { in EntryPointString()
1269 CHECK_EQ(method->GetEntryPointFromQuickCompiledCode(), GetInvokeObsoleteMethodStub()); in Deoptimize()
1305 GetInvokeObsoleteMethodStub()); in Undeoptimize()
Dclass_linker.cc10664 method->SetEntryPointFromQuickCompiledCode(GetInvokeObsoleteMethodStub()); in SetEntryPointsForObsoleteMethod()