Home
last modified time | relevance | path

Searched refs:expected_location (Results 1 – 4 of 4) 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()
Ddebugger.h355 static bool MatchLocation(const JDWP::JdwpLocation& expected_location,
Ddebugger.cc1447 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation() argument
1449 if (expected_location.dex_pc != event_location.dex_pc) { in MatchLocation()
1452 ArtMethod* m = FromMethodId(expected_location.method_id); in MatchLocation()