Searched refs:GetDouble (Results 1 – 10 of 10) sorted by relevance
/art/test/551-implicit-null-checks/ |
D | expected-stdout.txt | 3 NPE from GetDouble
|
/art/test/1912-get-set-local-primitive/ |
D | expected-stdout.txt | 10 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetDouble" on remote th… 11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER… 43 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetDouble" on remote t… 44 "GetDouble" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_E… 76 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetDouble" on remote … 77 "GetDouble" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_… 109 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetDouble" on remote… 110 "GetDouble" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) got value: 3.1415 142 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "GetDouble" on remote… 143 "GetDouble" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed due to JVMTI… [all …]
|
/art/test/1965-get-set-local-primitive-no-tables/ |
D | expected-stdout.txt | 10 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remote threa… 11 "GetDouble" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,j… 43 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remote threa… 44 "GetDouble" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,… 76 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remote threa… 77 "GetDouble" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer… 109 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remote threa… 110 "GetDouble" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsume… 142 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remote threa… 143 "GetDouble" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsume… [all …]
|
/art/runtime/ |
D | transaction_test.cc | 221 ASSERT_DOUBLE_EQ(doubleField->GetDouble(h_klass.Get()), static_cast<double>(0.0)); in TEST_F() 258 EXPECT_DOUBLE_EQ(doubleField->GetDouble(h_klass.Get()), static_cast<double>(0.0)); in TEST_F() 321 ASSERT_DOUBLE_EQ(doubleField->GetDouble(h_instance.Get()), static_cast<double>(0.0)); in TEST_F() 358 EXPECT_DOUBLE_EQ(doubleField->GetDouble(h_instance.Get()), static_cast<double>(0.0)); in TEST_F()
|
D | art_field.h | 155 double GetDouble(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reflection.cc | 337 DO_FIRST_ARG(Double, GetDouble, AppendDouble) in BuildArgArrayFromObjectArray() 970 boxed_value.SetD(primitive_field->GetDouble(o)); in UnboxPrimitive()
|
D | art_field-inl.h | 294 inline double ArtField::GetDouble(ObjPtr<mirror::Object> object) { in GetDouble() function
|
D | class_linker_test.cc | 1235 EXPECT_DOUBLE_EQ(16777217.0, s7->GetDouble(statics.Get())); in TEST_F() 1253 EXPECT_DOUBLE_EQ(16777219.0, s7->GetDouble(statics.Get())); in TEST_F()
|
/art/oatdump/ |
D | oatdump.cc | 2013 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj)); in PrintField()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 598 value.d = field.GetDouble(src); in ReportPrimitiveFieldCallback()
|