Searched refs:GetInputIndex (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc365 size_t input_index = use->GetInputIndex();
398 Location expected = locations->InAt(use->GetInputIndex());
H A Dssa_liveness_analysis.h135 size_t GetInputIndex() const { return input_index_; } function in class:art::UsePosition
154 Location location = GetUser()->GetLocations()->InAt(GetInputIndex());
1151 return temp->GetFirstUse()->GetInputIndex();
H A Dregister_allocator.cc1520 Location expected_location = locations->InAt(use->GetInputIndex());
1525 locations->SetInAt(use->GetInputIndex(), source);
1546 environment->SetLocationAt(env_use->GetInputIndex(), source);

Completed in 23 milliseconds