Searched refs:GetDestination (Results 1 – 15 of 15) sorted by relevance
/art/compiler/optimizing/ |
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()
|
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()
|
D | graph_visualizer.cc | 343 DumpLocation(str, move->GetDestination()); in VisitParallelMove()
|
D | nodes.h | 7623 Location GetDestination() const { return destination_; } in GetDestination() function 7716 DCHECK_NE(destination.GetKind(), move.GetDestination().GetKind()) in AddMove() 7725 DCHECK(!destination.OverlapsWith(move.GetDestination())) in AddMove() 7727 << move.GetSource() << " ==> " << move.GetDestination() << " and " in AddMove()
|
D | code_generator.cc | 1450 Location dest = spills->MoveOperandsAt(i)->GetDestination(); in ClearSpillSlotsFromLoopPhisInStackMap()
|
D | nodes.cc | 3131 << " destination=" << rhs.GetDestination() in operator <<()
|
D | code_generator_mips64.cc | 1030 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType()); in EmitMove() 1035 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType()); in EmitSwap()
|
D | code_generator_x86_64.cc | 5586 Location destination = move->GetDestination(); in EmitMove() 5771 Location destination = move->GetDestination(); in EmitSwap()
|
D | code_generator_x86.cc | 6218 Location destination = move->GetDestination(); in EmitMove() 6415 Location destination = move->GetDestination(); in EmitSwap()
|
D | code_generator_arm_vixl.cc | 6675 Location destination = move->GetDestination(); in EmitMove() 6834 Location destination = move->GetDestination(); in EmitSwap()
|
D | code_generator_mips.cc | 1085 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType()); in EmitMove() 1092 Location loc1 = move->GetDestination(); in EmitSwap()
|
D | code_generator_arm64.cc | 1059 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), DataType::Type::kVoid); in EmitMove()
|
/art/runtime/verifier/ |
D | verifier_deps.h | 204 dex::StringIndex GetDestination() const { return std::get<0>(*this); } in GetDestination() function
|
D | verifier_deps.cc | 850 << GetStringFromId(dex_file, entry.GetDestination()) in Dump() 858 << GetStringFromId(dex_file, entry.GetDestination()) in Dump() 955 const std::string& destination_desc = GetStringFromId(dex_file, entry.GetDestination()); in VerifyAssignability()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 284 verifier_deps_->GetStringFromId(dex_file, entry.GetDestination()); in HasAssignable()
|