Home
last modified time | relevance | path

Searched refs:SetDouble (Results 1 – 9 of 9) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected.txt25 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/
Dexpected.txt25 …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/
Dart_field.h150 void SetDouble(ObjPtr<mirror::Object> object, double d) REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h269 inline void ArtField::SetDouble(ObjPtr<mirror::Object> object, double d) { in SetDouble() function
Dtransaction_test.cc247 doubleField->SetDouble<true>(h_klass.Get(), 1.0); in TEST_F()
347 doubleField->SetDouble<true>(h_instance.Get(), 1.0); in TEST_F()
Dclass_linker_test.cc1220 s7->SetDouble<false>(statics.Get(), 16777219); in TEST_F()
/art/dexlayout/
Ddex_ir_builder.cc1152 item->SetDouble(conv.d); in ReadEncodedValue()
Ddex_ir.h778 void SetDouble(double d) { u_.double_val_ = d; } in SetDouble() function
/art/runtime/dex/
Ddex_file_annotations.cc1773 case kDouble: field->SetDouble<kTransactionActive>(field->GetDeclaringClass(), jval_.d); break; in ReadValueToField()