Home
last modified time | relevance | path

Searched defs:expected_value (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Dvar_handle.cc340 AtomicStrongCompareAndSetAccessor(T expected_value, T desired_value, JValue* result) in AtomicStrongCompareAndSetAccessor()
362 AtomicStrongCompareAndExchangeAccessor(T expected_value, T desired_value, JValue* result) in AtomicStrongCompareAndExchangeAccessor()
384 AtomicWeakCompareAndSetAccessor(T expected_value, T desired_value, JValue* result) in AtomicWeakCompareAndSetAccessor()
816 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
825 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
835 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
929 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local
953 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local
977 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local
1072 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
[all …]
Dobject.cc171 uint32_t expected_value, new_value; in GenerateIdentityHashCode() local
/art/dex2oat/linker/
Delf_writer_test.cc43 #define EXPECT_ELF_FILE_ADDRESS(ef, expected_value, symbol_name, build_map) \ argument
/art/runtime/gc/accounting/
Dremembered_set.cc45 void operator()(uint8_t* card, uint8_t expected_value, uint8_t new_value ATTRIBUTE_UNUSED) const { in operator ()()
Dmod_union_table.cc45 uint8_t expected_value, in operator ()()
62 uint8_t expected_value, in operator ()()
/art/compiler/optimizing/
Dgraph_checker.cc589 uint32_t expected_value, in CheckTypeCheckBitstringInput()
Dintrinsics_x86.cc1967 Location expected_value, in GenPrimitiveLockedCmpxchg()
2021 Location expected_value, in GenPrimitiveCAS()
2068 Location expected_value, in GenReferenceCAS()
2166 Location expected_value = locations->InAt(3); in GenCAS() local
4138 Location expected_value = locations->InAt(expected_value_index); in GenerateVarHandleCompareAndSetOrExchange() local
/art/runtime/interpreter/
Dunstarted_runtime.cc1482 mirror::Object* expected_value = shadow_frame->GetVRegReference(arg_offset + 4); in UnstartedUnsafeCompareAndSwapObject() local