Searched refs:GetDestination (Results 1 – 13 of 13) 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 | 349 DumpLocation(str, move->GetDestination()); in VisitParallelMove()
|
D | nodes.h | 7783 Location GetDestination() const { return destination_; } in GetDestination() function 7876 DCHECK_NE(destination.GetKind(), move.GetDestination().GetKind()) in AddMove() 7885 DCHECK(!destination.OverlapsWith(move.GetDestination())) in AddMove() 7887 << move.GetSource() << " ==> " << move.GetDestination() << " and " in AddMove()
|
D | code_generator.cc | 1592 Location dest = spills->MoveOperandsAt(i)->GetDestination(); in ClearSpillSlotsFromLoopPhisInStackMap()
|
D | nodes.cc | 3067 << " destination=" << rhs.GetDestination() in operator <<()
|
D | code_generator_x86_64.cc | 5810 Location destination = move->GetDestination(); in EmitMove() 5995 Location destination = move->GetDestination(); in EmitSwap()
|
D | code_generator_x86.cc | 6452 Location destination = move->GetDestination(); in EmitMove() 6670 Location destination = move->GetDestination(); in EmitSwap()
|
D | code_generator_arm_vixl.cc | 7044 Location destination = move->GetDestination(); in EmitMove() 7203 Location destination = move->GetDestination(); in EmitSwap()
|
D | code_generator_arm64.cc | 1124 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), DataType::Type::kVoid); in EmitMove()
|
/art/runtime/verifier/ |
D | verifier_deps.h | 206 dex::StringIndex GetDestination() const { return std::get<0>(*this); } in GetDestination() function
|
D | verifier_deps.cc | 916 << GetStringFromId(dex_file, entry.GetDestination()) in Dump() 924 << GetStringFromId(dex_file, entry.GetDestination()) in Dump() 1021 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()
|