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()
457 return callee_save_methods_[static_cast<size_t>(type)] != 0u; in HasCalleeSaveMethod()470 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[static_cast<size_t>(type)]); in GetCalleeSaveMethodOffset()1097 uint64_t callee_save_methods_[kCalleeSaveSize]; variable
316 std::fill(callee_save_methods_, callee_save_methods_ + arraysize(callee_save_methods_), 0u); in Runtime()2398 auto* m = reinterpret_cast<ArtMethod*>(callee_save_methods_[i]); in VisitConstantRoots()2612 callee_save_methods_[static_cast<size_t>(type)] = reinterpret_cast<uintptr_t>(method); in SetCalleeSaveMethod()2617 callee_save_methods_[i] = reinterpret_cast<uintptr_t>(nullptr); in ClearCalleeSaveMethods()