Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h256 bool IsStackSlot() const { in IsStackSlot() function
298 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
568 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut()
685 || input.IsStackSlot() in IsFixedInput()
Dparallel_move_resolver.cc50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) && in EmitNativeCode()
51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) { in EmitNativeCode()
329 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) { in EmitNativeCode()
Dlocations.cc104 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in operator <<()
Dcode_generator_x86_64.cc1623 } else if (source.IsStackSlot()) { in Move()
1650 } else if (source.IsStackSlot()) { in Move()
1656 } else if (destination.IsStackSlot()) { in Move()
1668 DCHECK(source.IsStackSlot()) << source; in Move()
1802 DCHECK(right.IsStackSlot()); in GenerateCompareTest()
2185 } else if (rhs.IsStackSlot()) { in HandleCondition()
2359 } else if (right.IsStackSlot()) { in VisitCompare()
2794 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
3086 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3110 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator_x86.cc1366 DCHECK(source.IsStackSlot()); in Move32()
1375 DCHECK(source.IsStackSlot()); in Move32()
1379 DCHECK(destination.IsStackSlot()) << destination; in Move32()
1389 DCHECK(source.IsStackSlot()); in Move32()
1824 DCHECK(rhs.IsStackSlot()); in GenerateFPCompare()
2631 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
3052 } else if (in.IsStackSlot()) { in VisitTypeConversion()
3084 } else if (in.IsStackSlot()) { in VisitTypeConversion()
3226 if (!in.IsDoubleStackSlot() || !out.IsStackSlot()) { in VisitTypeConversion()
3234 if (out.IsStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator.cc79 } else if (location.IsStackSlot()) { in CheckType()
539 if (out_location.IsStackSlot() || out_location.IsDoubleStackSlot()) { in PrepareCriticalNativeArgumentMoves()
558 if (operands->GetSource().IsStackSlot()) { in FinishCriticalNativeFrameSetup()
1287 DCHECK(location.IsStackSlot() || in RecordPcInfo()
1291 if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in RecordPcInfo()
1616 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
Dregister_allocation_resolver.cc65 if (location.IsStackSlot()) { in Resolve()
503 || destination.IsStackSlot() in IsValidDestination()
Dparallel_move_test.cc46 } else if (location.IsStackSlot()) { in DumpLocationForTest()
Dintrinsics_x86_64.cc2304 DCHECK(src.IsStackSlot()); in GenBitCount()
2383 DCHECK(src.IsStackSlot()); in GenOneBit()
2411 DCHECK(src.IsStackSlot()); in GenOneBit()
2498 DCHECK(src.IsStackSlot()); in GenLeadingZeros()
2571 DCHECK(src.IsStackSlot()); in GenTrailingZeros()
Dcode_generator_arm_vixl.cc2545 DCHECK(destination.IsStackSlot()) << destination; in Move32()
2554 DCHECK(source.IsStackSlot()) << source; in Move32()
3496 DCHECK(!receiver.IsStackSlot()); in VisitInvokeInterface()
3549 if (current_method.IsStackSlot()) { in VisitInvokeInterface()
5458 if (location.IsStackSlot()) { in VisitParameterValue()
7141 DCHECK(destination.IsStackSlot()); in EmitMove()
7147 } else if (source.IsStackSlot()) { in EmitMove()
7156 DCHECK(destination.IsStackSlot()); in EmitMove()
7167 DCHECK(destination.IsStackSlot()); in EmitMove()
7214 DCHECK(destination.IsStackSlot()); in EmitMove()
[all …]
Dintrinsics_x86.cc581 DCHECK(src.IsStackSlot()); in GenLowestOneBit()
2317 DCHECK(src.IsStackSlot()); in GenBitCount()
2386 DCHECK(src.IsStackSlot()); in GenLeadingZeros()
2490 DCHECK(src.IsStackSlot()); in GenTrailingZeros()
2709 if (length.IsStackSlot()) { in VisitSystemArrayCopy()
2782 DCHECK(length_arg.IsStackSlot()); in VisitSystemArrayCopy()
2910 if (length.IsStackSlot()) { in VisitSystemArrayCopy()
Dcode_generator_arm64.cc1465 if (source.IsStackSlot() || in MoveLocation()
1482 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
1519 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
1523 dst_type = destination.IsStackSlot() ? DataType::Type::kInt32 : DataType::Type::kInt64; in MoveLocation()
1526 destination.IsStackSlot() ? DataType::Type::kFloat32 : DataType::Type::kFloat64; in MoveLocation()
1557 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
4414 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
4448 if (interface_method.IsStackSlot()) { in VisitInvokeInterface()
5776 if (location.IsStackSlot()) { in VisitParameterValue()
Dgraph_visualizer.cc338 } else if (location.IsStackSlot()) { in DumpLocation()
Dregister_allocator_linear_scan.cc370 } else if (output.IsStackSlot() || output.IsDoubleStackSlot()) { in ProcessInstruction()
Dregister_allocator_graph_color.cc917 } else if (out.IsStackSlot() || out.IsDoubleStackSlot()) { in CheckForFixedOutput()