Searched refs:GetQuickCodeFor (Results 1 – 4 of 4) sorted by relevance
298 const void* GetQuickCodeFor(ArtMethod* method, PointerSize pointer_size) const
743 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(method, in GetCurrentQuickFrameInfo()
992 const void* Instrumentation::GetQuickCodeFor(ArtMethod* method, PointerSize pointer_size) const { in GetQuickCodeFor() function in art::instrumentation::Instrumentation
1120 result = instrumentation->GetQuickCodeFor(method, kRuntimePointerSize); in artInstrumentationMethodEntryFromCode()