Searched refs:callee_save_methods_ (Results 1 – 3 of 3) sorted by relevance
88 return reinterpret_cast64<ArtMethod*>(callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodUnchecked()
536 return callee_save_methods_[static_cast<size_t>(type)] != 0u; in HasCalleeSaveMethod()549 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodOffset()1194 uint64_t callee_save_methods_[kCalleeSaveSize]; variable
331 std::fill(callee_save_methods_, callee_save_methods_ + arraysize(callee_save_methods_), 0u); in Runtime()2636 auto* m = reinterpret_cast<ArtMethod*>(callee_save_methods_[i]); in VisitConstantRoots()2856 callee_save_methods_[static_cast<size_t>(type)] = reinterpret_cast<uintptr_t>(method); in SetCalleeSaveMethod()2861 callee_save_methods_[i] = reinterpret_cast<uintptr_t>(nullptr); in ClearCalleeSaveMethods()