Searched refs:expected_location (Results 1 – 2 of 2) sorted by relevance
342 Location expected_location = locations->InAt(use.GetInputIndex()); in ConnectSiblings() local345 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()
175 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles() local181 ASSERT_EQ(0, expected_location.compare( in VerifyOpenDexFiles()182 expected_location.length() - opened_location.length(), in VerifyOpenDexFiles()186 ASSERT_EQ(expected_location, opened_location); in VerifyOpenDexFiles()