HomeSort by relevance Sort by last modified time
    Searched refs:old_ref (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/git/
post-checkout 9 old_ref=$1 # Previous HEAD.
13 if [ $old_ref == $new_ref ]; then
18 if git diff-tree $old_ref $new_ref | grep -qs $'\tDEPS$'; then
  /art/runtime/
intern_table.cc 62 mirror::String* old_ref = root.Read<kWithoutReadBarrier>(); local
65 if (new_ref != old_ref) {
69 strong_interns_.Remove(old_ref);
class_linker.cc 1716 mirror::Class* old_ref = root.Read<kWithoutReadBarrier>(); local
    [all...]
  /art/runtime/mirror/
object-inl.h 698 HeapReference<Object> old_ref(HeapReference<Object>::FromMirrorPtr(old_value));
703 bool success = atomic_addr->CompareExchangeWeakSequentiallyConsistent(old_ref.reference_,
730 HeapReference<Object> old_ref(HeapReference<Object>::FromMirrorPtr(old_value));
735 bool success = atomic_addr->CompareExchangeStrongSequentiallyConsistent(old_ref.reference_,
    [all...]

Completed in 385 milliseconds