Home
last modified time | relevance | path

Searched refs:expected_location (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dregister_allocation_resolver.cc342 Location expected_location = locations->InAt(use.GetInputIndex()); in ConnectSiblings() local
345 if (expected_location.IsValid()) { in ConnectSiblings()
346 if (expected_location.IsUnallocated()) { in ConnectSiblings()
348 } else if (!expected_location.IsConstant()) { in ConnectSiblings()
350 interval->GetDefinedBy(), use.GetUser(), source, expected_location); in ConnectSiblings()
/art/runtime/
Dclass_loader_context_test.cc206 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles() local
212 ASSERT_TRUE(expected_location.ends_with(opened_location)) in VerifyOpenDexFiles()
213 << expected_location << " " << opened_location; in VerifyOpenDexFiles()
215 ASSERT_EQ(expected_location, opened_location); in VerifyOpenDexFiles()
230 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles() local
236 ASSERT_TRUE(expected_location.ends_with(opened_location)) in VerifyOpenDexFiles()
237 << expected_location << " " << opened_location; in VerifyOpenDexFiles()
239 ASSERT_EQ(expected_location, opened_location); in VerifyOpenDexFiles()
/art/runtime/oat/
Doat_file_assistant_test.cc71 OatFileAssistant::Location expected_location, in VerifyOptimizationStatus() argument
99 &assistant, expected_filter_name, expected_reason, expected_odex_status, expected_location); in VerifyOptimizationStatus()
106 OatFileAssistant::Location expected_location) { in VerifyOptimizationStatusWithInstance() argument
119 ASSERT_EQ(expected_location, location); in VerifyOptimizationStatusWithInstance()
144 OatFileAssistant::Location expected_location) { in VerifyGetDexOptNeeded() argument
150 EXPECT_EQ(status.GetLocation(), expected_location); in VerifyGetDexOptNeeded()
158 OatFileAssistant::Location expected_location, in VerifyGetDexOptNeededDefault() argument
166 expected_location); in VerifyGetDexOptNeededDefault()