Searched defs:expected_value (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/mirror/ |
| D | var_handle.cc | 346 AtomicStrongCompareAndSetAccessor(T expected_value, T desired_value, JValue* result) in AtomicStrongCompareAndSetAccessor() 368 AtomicStrongCompareAndExchangeAccessor(T expected_value, T desired_value, JValue* result) in AtomicStrongCompareAndExchangeAccessor() 390 AtomicWeakCompareAndSetAccessor(T expected_value, T desired_value, JValue* result) in AtomicWeakCompareAndSetAccessor() 822 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local 831 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local 841 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local 935 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local 959 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local 983 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local 1078 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local [all …]
|
| D | object.cc | 175 uint32_t expected_value, new_value; in GenerateIdentityHashCode() local
|
| /art/runtime/gc/accounting/ |
| D | remembered_set.cc | 45 void operator()(uint8_t* card, uint8_t expected_value, [[maybe_unused]] uint8_t new_value) 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 | 816 uint32_t expected_value, in CheckTypeCheckBitstringInput()
|
| D | intrinsics_x86.cc | 2362 Location expected_value, in GenPrimitiveLockedCmpxchg() 2416 Location expected_value, in GenPrimitiveCAS() 2463 Location expected_value, in GenReferenceCAS() 2561 Location expected_value = locations->InAt(3); in GenCAS() local 4683 Location expected_value = locations->InAt(expected_value_index); in GenerateVarHandleCompareAndSetOrExchange() local
|
| /art/runtime/oat/ |
| D | oat_file_assistant_test.cc | 229 void ExpectHasDexFiles(OatFileAssistant* oat_file_assistant, bool expected_value) { in ExpectHasDexFiles()
|
| /art/artd/ |
| D | artd_test.cc | 167 void CheckOtherReadable(const std::string& path, bool expected_value) { in CheckOtherReadable()
|
| /art/runtime/interpreter/ |
| D | unstarted_runtime.cc | 1664 mirror::Object* expected_value = shadow_frame->GetVRegReference(arg_offset + 4); in UnstartedJdkUnsafeCompareAndSwapObject() local
|