Home
last modified time | relevance | path

Searched refs:callee_save_methods_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime-inl.h89 return reinterpret_cast64<ArtMethod*>(callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodUnchecked()
Druntime.h417 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