Searched defs:expected_value (Results 1 – 8 of 8) sorted by relevance
/art/runtime/mirror/ |
D | var_handle.cc | 351 AtomicStrongCompareAndSetAccessor(T expected_value, T desired_value, JValue* result) in AtomicStrongCompareAndSetAccessor() 373 AtomicStrongCompareAndExchangeAccessor(T expected_value, T desired_value, JValue* result) in AtomicStrongCompareAndExchangeAccessor() 395 AtomicWeakCompareAndSetAccessor(T expected_value, T desired_value, JValue* result) in AtomicWeakCompareAndSetAccessor() 827 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local 836 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local 846 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local 940 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local 964 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local 988 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local 1083 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local [all …]
|
D | object.cc | 171 uint32_t expected_value, new_value; in GenerateIdentityHashCode() local
|
/art/dex2oat/linker/ |
D | elf_writer_test.cc | 43 #define EXPECT_ELF_FILE_ADDRESS(ef, expected_value, symbol_name, build_map) \ argument
|
/art/runtime/gc/accounting/ |
D | remembered_set.cc | 45 void operator()(uint8_t* card, uint8_t expected_value, uint8_t new_value ATTRIBUTE_UNUSED) const { in operator ()()
|
D | mod_union_table.cc | 45 uint8_t expected_value, in operator ()() 62 uint8_t expected_value, in operator ()()
|
/art/compiler/optimizing/ |
D | graph_checker.cc | 589 uint32_t expected_value, in CheckTypeCheckBitstringInput()
|
D | intrinsics_x86.cc | 2187 Location expected_value, in GenPrimitiveLockedCmpxchg() 2241 Location expected_value, in GenPrimitiveCAS() 2288 Location expected_value, in GenReferenceCAS() 2386 Location expected_value = locations->InAt(3); in GenCAS() local 4334 Location expected_value = locations->InAt(expected_value_index); in GenerateVarHandleCompareAndSetOrExchange() local
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1556 mirror::Object* expected_value = shadow_frame->GetVRegReference(arg_offset + 4); in UnstartedJdkUnsafeCompareAndSwapObject() local
|