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()
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
298 std::fill(callee_save_methods_, callee_save_methods_ + arraysize(callee_save_methods_), 0u); in Runtime()2105 auto* m = reinterpret_cast<ArtMethod*>(callee_save_methods_[i]); in VisitConstantRoots()2311 callee_save_methods_[static_cast<size_t>(type)] = reinterpret_cast<uintptr_t>(method); in SetCalleeSaveMethod()2316 callee_save_methods_[i] = reinterpret_cast<uintptr_t>(nullptr); in ClearCalleeSaveMethods()