Searched refs:GetDestination (Results 1 – 13 of 13) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | parallel_move_resolver.cc | 51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) { in EmitNativeCode() 221 Location swap_destination = move->GetDestination(); in PerformMove() 251 if (move->GetDestination().Equals(loc)) { in IsScratchLocation() 328 Location destination = move->GetDestination(); in EmitNativeCode() 371 Location loc = move->GetDestination(); in GetScratchLocation() 481 Location pending_destination = pending_move->GetDestination(); in PerformMove() 535 Location destination = move->GetDestination(); in GetUnblockedPendingMove()
|
H A D | parallel_move_test.cc | 67 DumpLocationForTest(message_, move->GetDestination()); in EmitMove() 79 DumpLocationForTest(message_, move->GetDestination()); in EmitSwap() 138 DumpLocationForTest(message_, move->GetDestination()); in EmitMove()
|
H A D | graph_visualizer.cc | 376 DumpLocation(str, move->GetDestination()); in VisitParallelMove()
|
H A D | nodes.h | 8151 Location GetDestination() const { return destination_; } 8244 DCHECK_NE(destination.GetKind(), move.GetDestination().GetKind()) 8253 DCHECK(!destination.OverlapsWith(move.GetDestination())) 8255 << move.GetSource() << " ==> " << move.GetDestination() << " and "
|
H A D | code_generator.cc | 1614 Location dest = spills->MoveOperandsAt(i)->GetDestination(); in ClearSpillSlotsFromLoopPhisInStackMap()
|
H A D | nodes.cc | 3345 << " destination=" << rhs.GetDestination() in operator <<()
|
H A D | code_generator_x86_64.cc | 5941 Location destination = move->GetDestination(); in EmitMove() 6126 Location destination = move->GetDestination(); in EmitSwap()
|
H A D | code_generator_arm_vixl.cc | 7133 Location destination = move->GetDestination(); in EmitMove() 7292 Location destination = move->GetDestination(); in EmitSwap()
|
H A D | code_generator_x86.cc | 6785 Location destination = move->GetDestination(); in EmitMove() 7003 Location destination = move->GetDestination(); in EmitSwap()
|
H A D | code_generator_arm64.cc | 1109 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), DataType::Type::kVoid); in EmitMove()
|
/aosp12/art/runtime/verifier/ |
H A D | verifier_deps.h | 154 dex::StringIndex GetDestination() const { return std::get<0>(*this); } in GetDestination() function
|
H A D | verifier_deps.cc | 684 << GetStringFromId(dex_file, entry.GetDestination()) in Dump() 737 const std::string& destination_desc = GetStringFromId(dex_file, entry.GetDestination()); in VerifyAssignability()
|
/aosp12/art/dex2oat/ |
H A D | verifier_deps_test.cc | 282 verifier_deps_->GetStringFromId(dex_file, entry.GetDestination()); in HasAssignable()
|