Searched refs:callee_save_methods_ (Results 1 – 2 of 2) sorted by relevance
89 return reinterpret_cast64<ArtMethod*>(callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodUnchecked()
417 return callee_save_methods_[static_cast<size_t>(type)] != 0u; in HasCalleeSaveMethod()430 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodOffset()928 uint64_t callee_save_methods_[kCalleeSaveSize]; variable