Searched refs:callee_save_methods_ (Results 1 – 3 of 3) sorted by relevance
61 return callee_save_methods_[type].Read(); in GetCalleeSaveMethod()66 return callee_save_methods_[type].Read(); in GetCalleeSaveMethodUnchecked()
348 return !callee_save_methods_[type].IsNull(); in HasCalleeSaveMethod()365 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[type]); in GetCalleeSaveMethodOffset()513 GcRoot<mirror::ArtMethod> callee_save_methods_[kLastCalleeSaveType]; variable
1162 if (!callee_save_methods_[i].IsNull()) { in VisitNonThreadRoots()1163 callee_save_methods_[i].VisitRoot(callback, arg, 0, kRootVMInternal); in VisitNonThreadRoots()1312 callee_save_methods_[type] = GcRoot<mirror::ArtMethod>(method); in SetCalleeSaveMethod()