Lines Matching defs:GetInputRecords

1999   virtual ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() = 0;
2001 ArrayRef<const HUserRecord<HInstruction*>> GetInputRecords() const {
2004 const_cast<HInstruction*>(this)->GetInputRecords());
2008 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor());
2012 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor());
2015 size_t InputCount() const { return GetInputRecords().size(); }
2107 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) {
2348 return GetInputRecords()[i];
2352 ArrayRef<HUserRecord<HInstruction*>> input_records = GetInputRecords();
2570 using HInstruction::GetInputRecords; // Keep the const version visible.
2571 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() OVERRIDE {
2606 using HInstruction::GetInputRecords; // Keep the const version visible.
2607 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() OVERRIDE FINAL {
2629 using HInstruction::GetInputRecords; // Keep the const version visible.
2630 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() OVERRIDE FINAL {
4518 using HInstruction::GetInputRecords; // Keep the const version visible.
4519 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() OVERRIDE {
4520 ArrayRef<HUserRecord<HInstruction*>> input_records = HInvoke::GetInputRecords();
6150 using HInstruction::GetInputRecords; // Keep the const version visible.
6151 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() OVERRIDE FINAL {
6335 using HInstruction::GetInputRecords; // Keep the const version visible.
6336 ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() OVERRIDE FINAL {
6395 // HLoadString::GetInputRecords() returns an empty array at this point,
6396 // so use the GetInputRecords() from the base class to set the input record.