Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h77 return reinterpret_cast<ArtMethod*>(callee_save_methods_[type]); in GetCalleeSaveMethodUnchecked()
Druntime.h400 return callee_save_methods_[type] != 0u; in HasCalleeSaveMethod()
417 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[type]); in GetCalleeSaveMethodOffset()
685 uint64_t callee_save_methods_[kLastCalleeSaveType]; variable
Druntime.cc240 std::fill(callee_save_methods_, callee_save_methods_ + arraysize(callee_save_methods_), 0u); in Runtime()
1592 auto* m = reinterpret_cast<ArtMethod*>(callee_save_methods_[i]); in VisitConstantRoots()
1773 callee_save_methods_[type] = reinterpret_cast<uintptr_t>(method); in SetCalleeSaveMethod()