HomeSort by relevance Sort by last modified time
    Searched refs:GetCalleeSaveOuterMethod (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.h 212 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type)
entrypoint_utils.cc 254 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type) {
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 56 ArtMethod* outer = GetCalleeSaveOuterMethod(self, CalleeSaveType::kSaveRefsOnly);

Completed in 93 milliseconds