Searched refs:SetDouble (Results 1 – 9 of 9) sorted by relevance
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 25 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetDouble" on remote th… 26 "SetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 12… 58 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetDouble" on remote t… 59 "SetDouble" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 1… 91 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "SetDouble" on remote … 92 "SetDouble" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed to set value … 124 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetDouble" on remote… 125 "SetDouble" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) set value: 12.4 157 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "SetDouble" on remote… 158 "SetDouble" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed to set value… [all …]
|
/art/test/1965-get-set-local-primitive-no-tables/ |
D | expected.txt | 25 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetDouble" on remote threa… 26 "SetDouble" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,j… 58 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetDouble" on remote threa… 59 "SetDouble" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,… 91 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetDouble" on remote threa… 92 "SetDouble" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer… 124 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetDouble" on remote threa… 125 "SetDouble" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsume… 157 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetDouble" on remote threa… 158 "SetDouble" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsume… [all …]
|
/art/runtime/ |
D | art_field.h | 150 void SetDouble(ObjPtr<mirror::Object> object, double d) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 269 inline void ArtField::SetDouble(ObjPtr<mirror::Object> object, double d) { in SetDouble() function
|
D | transaction_test.cc | 247 doubleField->SetDouble<true>(h_klass.Get(), 1.0); in TEST_F() 347 doubleField->SetDouble<true>(h_instance.Get(), 1.0); in TEST_F()
|
D | class_linker_test.cc | 1220 s7->SetDouble<false>(statics.Get(), 16777219); in TEST_F()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1152 item->SetDouble(conv.d); in ReadEncodedValue()
|
D | dex_ir.h | 778 void SetDouble(double d) { u_.double_val_ = d; } in SetDouble() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1773 case kDouble: field->SetDouble<kTransactionActive>(field->GetDeclaringClass(), jval_.d); break; in ReadValueToField()
|