HomeSort by relevance Sort by last modified time
    Searched refs:GetInputIndex (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.h 114 size_t GetInputIndex() const { return input_index_; }
311 Location location = use->GetUser()->GetLocations()->InAt(use->GetInputIndex());
register_allocator.cc 824 Location expected_location = locations->InAt(use->GetInputIndex());
826 locations->SetInAt(use->GetInputIndex(), source);
    [all...]

Completed in 155 milliseconds