Searched refs:expected_location (Results 1 – 4 of 4) 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()
158 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles() local165 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()
355 static bool MatchLocation(const JDWP::JdwpLocation& expected_location,
1447 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation() argument1449 if (expected_location.dex_pc != event_location.dex_pc) { in MatchLocation()1452 ArtMethod* m = FromMethodId(expected_location.method_id); in MatchLocation()