OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
67
mirror::String*
old_ref
= root.Read<kWithoutReadBarrier>();
local
70
if (UNLIKELY(new_ref !=
old_ref
)) {
74
auto it = strong_interns_.find(GcRoot<mirror::String>(
old_ref
));
class_linker.cc
1683
mirror::Class*
old_ref
= pair.second.Read<kWithoutReadBarrier>();
local
[
all
...]
/art/runtime/mirror/
object-inl.h
699
HeapReference<Object>
old_ref
(HeapReference<Object>::FromMirrorPtr(old_value));
704
bool success = atomic_addr->CompareExchangeWeakSequentiallyConsistent(
old_ref
.reference_,
731
HeapReference<Object>
old_ref
(HeapReference<Object>::FromMirrorPtr(old_value));
736
bool success = atomic_addr->CompareExchangeStrongSequentiallyConsistent(
old_ref
.reference_,
[
all
...]
Completed in 134 milliseconds