Searched defs:expected_value (Results 1 – 11 of 11) 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/dex2oat/linker/ |
| D | elf_writer_test.cc | 41 #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 | 739 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 4337 Location expected_value = locations->InAt(expected_value_index); in GenerateVarHandleCompareAndSetOrExchange() local
|
| /art/artd/ |
| D | artd_test.cc | 135 void CheckOtherReadable(const std::string& path, bool expected_value) { in CheckOtherReadable()
|
| /art/runtime/ |
| D | oat_file_assistant_test.cc | 222 void ExpectHasDexFiles(OatFileAssistant* oat_file_assistant, bool expected_value) { in ExpectHasDexFiles()
|
| /art/runtime/gc/collector/ |
| D | mark_compact.cc | 3818 uint8_t expected_value, in operator ()()
|
| /art/runtime/interpreter/ |
| D | unstarted_runtime.cc | 1571 mirror::Object* expected_value = shadow_frame->GetVRegReference(arg_offset + 4); in UnstartedJdkUnsafeCompareAndSwapObject() local
|