Searched defs:expected_location (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc824 Location expected_location = locations->InAt(use->GetInputIndex()); local
825 if (expected_location.IsUnallocated()) {
828 AddInputMoveFor(use->GetUser(), source, expected_location);
/art/runtime/
H A Ddebugger.cc1461 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, argument
1463 if (expected_location.dex_pc != event_location.dex_pc) {
1466 mirror::ArtMethod* m = FromMethodId(expected_location.method_id);

Completed in 482 milliseconds