Home
last modified time | relevance | path

Searched refs:expected_location (Results 1 – 2 of 2) 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.cc158 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles() local
165 ASSERT_EQ(0, expected_location.compare( in VerifyOpenDexFiles()
166 expected_location.length() - opened_location.length(), in VerifyOpenDexFiles()
170 ASSERT_EQ(expected_location, opened_location); in VerifyOpenDexFiles()