Home
last modified time | relevance | path

Searched refs:GetFloat (Results 1 – 15 of 15) sorted by relevance

/aosp12/art/test/1912-get-set-local-primitive/
H A Dexpected-stdout.txt7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr…
8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR…
40 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetFloat" on remote th…
41 "GetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ER…
73 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetFloat" on remote t…
74 "GetFloat" on public static void art.Test1912.FloatMethod(java.lang.Runnable) got value: 1.618
106 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetFloat" on remote …
107 "GetFloat" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_…
139 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "GetFloat" on remote …
140 "GetFloat" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed due to JVMTI_…
[all …]
/aosp12/art/test/1965-get-set-local-primitive-no-tables/
H A Dexpected-stdout.txt7 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
8 "GetFloat" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,ja…
40 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
41 "GetFloat" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,j…
73 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
74 "GetFloat" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,…
106 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
107 "GetFloat" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer…
139 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
172 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
[all …]
/aosp12/art/runtime/
H A Dtransaction_test.cc217 ASSERT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f)); in TEST_F()
258 EXPECT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f)); in TEST_F()
317 ASSERT_FLOAT_EQ(floatField->GetFloat(h_instance.Get()), static_cast<float>(0.0f)); in TEST_F()
358 EXPECT_FLOAT_EQ(floatField->GetFloat(h_instance.Get()), static_cast<float>(0.0f)); in TEST_F()
H A Dreflection.cc328 DO_FIRST_ARG("Ljava/lang/Float;", GetFloat, AppendFloat) in BuildArgArrayFromObjectArray()
338 DO_ARG("Ljava/lang/Float;", GetFloat, AppendDouble) in BuildArgArrayFromObjectArray()
967 boxed_value.SetF(primitive_field->GetFloat(o)); in UnboxPrimitive()
H A Dart_field.h142 float GetFloat(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dart_field-inl.h246 inline float ArtField::GetFloat(ObjPtr<mirror::Object> object) { in GetFloat() function
H A Dclass_linker_test.cc1217 EXPECT_DOUBLE_EQ(0.5, s6->GetFloat(statics.Get())); in TEST_F()
1240 EXPECT_FLOAT_EQ(0.75, s6->GetFloat(statics.Get())); in TEST_F()
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.h108 float GetFloat(size_t key, status_t* err) const;
H A DLogEvent.cpp528 float LogEvent::GetFloat(size_t key, status_t* err) const { in GetFloat() function in android::os::statsd::LogEvent
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dfuzz_utils.h140 FUZZ_DEFINE_PRIMITIVE_GETTER(float, GetFloat);
/aosp12/art/dexlayout/
H A Ddex_writer.cc139 length = EncodeFloatValue(encoded_value->GetFloat(), buffer); in WriteEncodedValue()
H A Ddex_ir.h795 float GetFloat() const { return u_.float_val_; } in GetFloat() function
H A Ddexlayout.cc523 fprintf(out_file_, "%g", data->GetFloat()); in DumpEncodedValue()
/aosp12/art/oatdump/
H A Doatdump.cc1923 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj)); in PrintField()
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc598 value.f = field.GetFloat(src); in ReportPrimitiveFieldCallback()