Searched refs:SetFloat (Results 1 – 9 of 9) sorted by relevance
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 22 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetFloat" on remote thr… 23 "SetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9.2… 55 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetFloat" on remote th… 56 "SetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 9.… 88 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "SetFloat" on remote t… 89 "SetFloat" on public static void art.Test1912.FloatMethod(java.lang.Runnable) set value: 9.2 121 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetFloat" on remote … 122 "SetFloat" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed to set value … 154 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "SetFloat" on remote … 155 "SetFloat" 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 | 22 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetFloat" on remote thread. 23 "SetFloat" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,ja… 55 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetFloat" on remote thread. 56 "SetFloat" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,j… 88 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetFloat" on remote thread. 89 "SetFloat" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,… 121 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetFloat" on remote thread. 122 "SetFloat" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer… 154 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetFloat" on remote thread. 155 "SetFloat" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsumer… [all …]
|
/art/runtime/ |
D | art_field.h | 145 void SetFloat(ObjPtr<mirror::Object> object, float f) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 254 inline void ArtField::SetFloat(ObjPtr<mirror::Object> object, float f) { in SetFloat() function
|
D | transaction_test.cc | 246 floatField->SetFloat<true>(h_klass.Get(), 1.0); in TEST_F() 346 floatField->SetFloat<true>(h_instance.Get(), 1.0); in TEST_F()
|
D | class_linker_test.cc | 1215 s6->SetFloat<false>(statics.Get(), 0.75); in TEST_F()
|
/art/dexlayout/ |
D | dex_ir.h | 777 void SetFloat(float f) { u_.float_val_ = f; } in SetFloat() function
|
D | dex_ir_builder.cc | 1142 item->SetFloat(conv.f); in ReadEncodedValue()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1793 case kFloat: field->SetFloat<kTransactionActive>(field->GetDeclaringClass(), jval_.f); break; in ReadValueToField()
|