Searched refs:callee_save_methods_ (Results 1 – 3 of 3) sorted by relevance
89 return reinterpret_cast64<ArtMethod*>(callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodUnchecked()
448 return callee_save_methods_[static_cast<size_t>(type)] != 0u; in HasCalleeSaveMethod()461 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodOffset()1031 uint64_t callee_save_methods_[kCalleeSaveSize]; variable
304 std::fill(callee_save_methods_, callee_save_methods_ + arraysize(callee_save_methods_), 0u); in Runtime()2182 auto* m = reinterpret_cast<ArtMethod*>(callee_save_methods_[i]); in VisitConstantRoots()2396 callee_save_methods_[static_cast<size_t>(type)] = reinterpret_cast<uintptr_t>(method); in SetCalleeSaveMethod()2401 callee_save_methods_[i] = reinterpret_cast<uintptr_t>(nullptr); in ClearCalleeSaveMethods()