Searched refs:desired_root (Results 1 – 2 of 2) sorted by relevance
93 GcRoot<mirror::Class> desired_root(cls); in AddInvokeInfo() local95 if (!atomic_root->CompareAndSetStrongSequentiallyConsistent(expected_root, desired_root)) { in AddInvokeInfo()
76 GcRoot<mirror::Class> desired_root(desired_class); in CASDeclaringClass()78 return atomic_root_class->CompareAndSetStrongSequentiallyConsistent(expected_root, desired_root); in CASDeclaringClass()