Searched refs:expected_location (Results 1 – 3 of 3) sorted by relevance
1520 Location expected_location = locations->InAt(use->GetInputIndex()); in ConnectSiblings() local1523 if (expected_location.IsValid()) { in ConnectSiblings()1524 if (expected_location.IsUnallocated()) { in ConnectSiblings()1526 } else if (!expected_location.IsConstant()) { in ConnectSiblings()1527 AddInputMoveFor(interval->GetDefinedBy(), use->GetUser(), source, expected_location); in ConnectSiblings()
333 static bool MatchLocation(const JDWP::JdwpLocation& expected_location,
1417 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation() argument1419 if (expected_location.dex_pc != event_location.dex_pc) { in MatchLocation()1422 ArtMethod* m = FromMethodId(expected_location.method_id); in MatchLocation()