Home
last modified time | relevance | path

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

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc75 GetCalleeSaveOuterMethod(self, CalleeSaveType::kSaveRefsAndArgs)); in artFindNativeMethodRunnable()
/art/runtime/entrypoints/
Dentrypoint_utils.h205 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type)
Dentrypoint_utils.cc286 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type) { in GetCalleeSaveOuterMethod() function
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc96 ArtMethod* outer = GetCalleeSaveOuterMethod(self, CalleeSaveType::kSaveRefsOnly); in GetReferrer()