Searched refs:expected_location (Results 1 - 3 of 3) sorted by last modified time

/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.cc1449 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, argument
1451 if (expected_location.dex_pc != event_location.dex_pc) {
1454 mirror::ArtMethod* m = FromMethodId(expected_location.method_id);
H A Ddebugger.h307 static bool MatchLocation(const JDWP::JdwpLocation& expected_location,

Completed in 68 milliseconds