Home
last modified time | relevance | path

Searched refs:value_field (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc129 ArtField* value_field = integer_class->FindDeclaredInstanceField(kValueFieldName, "I"); in CheckIntegerCache() local
130 DCHECK(value_field != nullptr); in CheckIntegerCache()
141 if (value_field->GetInt(boot_image_object) != low + i) { in CheckIntegerCache()
203 ArtField* value_field = integer_class->FindDeclaredInstanceField(kValueFieldName, "I"); in ComputeIntegerValueOfLocations() local
204 CHECK(value_field != nullptr); in ComputeIntegerValueOfLocations()
208 CHECK_EQ(value_field->GetInt(current_object), low + i); in ComputeIntegerValueOfLocations()
243 ArtField* value_field = integer_class->FindDeclaredInstanceField(kValueFieldName, "I"); in ComputeIntegerValueOfLocations() local
244 DCHECK(value_field != nullptr); in ComputeIntegerValueOfLocations()
245 int32_t low = value_field->GetInt(low_integer); in ComputeIntegerValueOfLocations()
301 ArtField* value_field = integer_class->FindDeclaredInstanceField(kValueFieldName, "I"); in ComputeIntegerValueOfInfo() local
[all …]
/art/runtime/
Dtransaction_test.cc637 ArtField* value_field = in TEST_F() local
639 ASSERT_TRUE(value_field != nullptr); in TEST_F()
640 ASSERT_FALSE(value_field->IsStatic()); in TEST_F()