Searched refs:GetDouble (Results 1 – 6 of 6) sorted by relevance
103 double GetDouble(const Object* object) const
190 inline double ArtField::GetDouble(const Object* object) const { in GetDouble() function
49 value.SetD(f->GetDouble(o)); in GetFieldValue()
344 boxed_value.SetD(primitive_field->GetDouble(o)); in UnboxPrimitive()
908 EXPECT_EQ(16777217, s7->GetDouble(statics)); in TEST_F()926 EXPECT_EQ(16777219, s7->GetDouble(statics)); in TEST_F()
836 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj)); in PrintField()