Home
last modified time | relevance | path

Searched refs:IsStackSlot (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dlocations.h249 bool IsStackSlot() const { in IsStackSlot() function
266 DCHECK(IsStackSlot() || IsDoubleStackSlot()); in GetStackIndex()
507 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut()
582 || input.IsStackSlot() in IsFixedInput()
Dlocations.cc78 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in operator <<()
Dcode_generator_x86_64.cc625 } else if (source.IsStackSlot()) { in Move()
638 } else if (source.IsStackSlot()) { in Move()
646 } else if (destination.IsStackSlot()) { in Move()
658 DCHECK(source.IsStackSlot()) << source; in Move()
703 } else if (location.IsStackSlot()) { in Move()
1087 } else if (right.IsStackSlot()) { in VisitCompare()
1393 if (receiver.IsStackSlot()) { in VisitInvokeVirtual()
1430 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
1727 } else if (in.IsStackSlot()) { in VisitTypeConversion()
1753 } else if (in.IsStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator_x86.cc625 DCHECK(source.IsStackSlot()); in Move32()
634 DCHECK(source.IsStackSlot()); in Move32()
638 DCHECK(destination.IsStackSlot()) << destination; in Move32()
648 DCHECK(source.IsStackSlot()); in Move32()
730 } else if (location.IsStackSlot()) { in Move()
752 if (temp_location.IsStackSlot()) { in Move()
1284 if (receiver.IsStackSlot()) { in VisitInvokeVirtual()
1321 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
1662 } else if (in.IsStackSlot()) { in VisitTypeConversion()
1792 } else if (in.IsStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator_mips64.cc608 if (source.IsStackSlot() || in MoveLocation()
624 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
626 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword; in MoveLocation()
670 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
674 type = destination.IsStackSlot() ? Primitive::kPrimInt : Primitive::kPrimLong; in MoveLocation()
676 type = destination.IsStackSlot() ? Primitive::kPrimFloat : Primitive::kPrimDouble; in MoveLocation()
682 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation()
697 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation()
698 if (destination.IsStackSlot()) { in MoveLocation()
705 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
[all …]
Dcode_generator_arm.cc732 DCHECK(destination.IsStackSlot()) << destination; in Move32()
738 DCHECK(source.IsStackSlot()) << source; in Move32()
816 DCHECK(location.IsStackSlot()); in Move()
857 if (temp_location.IsStackSlot()) { in Move()
1321 if (receiver.IsStackSlot()) { in VisitInvokeVirtual()
1360 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
2642 if (location.IsStackSlot()) { in VisitParameterValue()
3582 DCHECK(destination.IsStackSlot()); in EmitMove()
3586 } else if (source.IsStackSlot()) { in EmitMove()
3593 DCHECK(destination.IsStackSlot()); in EmitMove()
[all …]
Dcode_generator_arm64.cc556 DCHECK(location.IsStackSlot() || location.IsDoubleStackSlot()); in Move()
741 if (source.IsStackSlot() || in MoveLocation()
758 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
773 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
777 type = destination.IsStackSlot() ? Primitive::kPrimInt : Primitive::kPrimLong; in MoveLocation()
779 type = destination.IsStackSlot() ? Primitive::kPrimFloat : Primitive::kPrimDouble; in MoveLocation()
803 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
1958 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
2079 if (receiver.IsStackSlot()) { in VisitInvokeVirtual()
2421 if (location.IsStackSlot()) { in VisitParameterValue()
Dgraph_visualizer.cc143 } else if (location.IsStackSlot()) { in DumpLocation()
Dparallel_move_resolver.cc316 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) { in EmitNativeCode()
Dregister_allocator.cc373 } else if (output.IsStackSlot() || output.IsDoubleStackSlot()) { in ProcessInstruction()
1291 || destination.IsStackSlot() in IsValidDestination()
1675 if (location.IsStackSlot()) { in Resolve()
Dparallel_move_test.cc45 } else if (location.IsStackSlot()) { in DumpLocationForTest()
Dcode_generator.cc52 } else if (location.IsStackSlot()) { in CheckType()