Home
last modified time | relevance | path

Searched refs:expected_root (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc94 GcRoot<mirror::Class> expected_root(existing); in AddInvokeInfo() local
97 if (!atomic_root->CompareAndSetStrongSequentiallyConsistent(expected_root, desired_root)) { in AddInvokeInfo()
/art/runtime/
Dart_method-inl.h75 GcRoot<mirror::Class> expected_root(expected_class); in CASDeclaringClass()
78 return atomic_root_class->CompareAndSetStrongSequentiallyConsistent(expected_root, desired_root); in CASDeclaringClass()