/external/v8/src/crankshaft/x64/ |
lithium-gap-resolver-x64.cc | 15 : cgen_(owner), moves_(32, owner->zone()) {} 19 DCHECK(moves_.is_empty()); 23 for (int i = 0; i < moves_.length(); ++i) { 24 LMoveOperands move = moves_[i]; 34 for (int i = 0; i < moves_.length(); ++i) { 35 if (!moves_[i].IsEliminated()) { 36 DCHECK(moves_[i].source()->IsConstantOperand()); 41 moves_.Rewind(0); 53 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 67 DCHECK(!moves_[index].IsPending()) [all...] |
lithium-gap-resolver-x64.h | 27 // Perform the move at the moves_ index in question (possibly requiring 44 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/crankshaft/arm/ |
lithium-gap-resolver-arm.cc | 22 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false), 30 DCHECK(moves_.is_empty()); 34 for (int i = 0; i < moves_.length(); ++i) { 35 LMoveOperands move = moves_[i]; 49 for (int i = 0; i < moves_.length(); ++i) { 50 if (!moves_[i].IsEliminated()) { 51 DCHECK(moves_[i].source()->IsConstantOperand()); 62 moves_.Rewind(0); 74 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 95 DCHECK(!moves_[index].IsPending()) [all...] |
lithium-gap-resolver-arm.h | 27 // Perform the move at the moves_ index in question (possibly requiring 49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/crankshaft/mips/ |
lithium-gap-resolver-mips.cc | 14 moves_(32, owner->zone()), 21 DCHECK(moves_.is_empty()); 25 for (int i = 0; i < moves_.length(); ++i) { 26 LMoveOperands move = moves_[i]; 40 for (int i = 0; i < moves_.length(); ++i) { 41 if (!moves_[i].IsEliminated()) { 42 DCHECK(moves_[i].source()->IsConstantOperand()); 47 moves_.Rewind(0); 59 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 80 DCHECK(!moves_[index].IsPending()) [all...] |
lithium-gap-resolver-mips.h | 27 // Perform the move at the moves_ index in question (possibly requiring 49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/crankshaft/mips64/ |
lithium-gap-resolver-mips64.cc | 14 moves_(32, owner->zone()), 21 DCHECK(moves_.is_empty()); 25 for (int i = 0; i < moves_.length(); ++i) { 26 LMoveOperands move = moves_[i]; 40 for (int i = 0; i < moves_.length(); ++i) { 41 if (!moves_[i].IsEliminated()) { 42 DCHECK(moves_[i].source()->IsConstantOperand()); 47 moves_.Rewind(0); 59 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 80 DCHECK(!moves_[index].IsPending()) [all...] |
lithium-gap-resolver-mips64.h | 27 // Perform the move at the moves_ index in question (possibly requiring 49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/crankshaft/ppc/ |
lithium-gap-resolver-ppc.cc | 16 moves_(32, owner->zone()), 23 DCHECK(moves_.is_empty()); 27 for (int i = 0; i < moves_.length(); ++i) { 28 LMoveOperands move = moves_[i]; 42 for (int i = 0; i < moves_.length(); ++i) { 43 if (!moves_[i].IsEliminated()) { 44 DCHECK(moves_[i].source()->IsConstantOperand()); 49 moves_.Rewind(0); 61 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 82 DCHECK(!moves_[index].IsPending()) [all...] |
lithium-gap-resolver-ppc.h | 27 // Perform the move at the moves_ index in question (possibly requiring 49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/crankshaft/x87/ |
lithium-gap-resolver-x87.cc | 17 moves_(32, owner->zone()), 28 for (int i = 0; i < moves_.length(); ++i) { 29 LMoveOperands move = moves_[i]; 39 for (int i = 0; i < moves_.length(); ++i) { 40 if (!moves_[i].IsEliminated()) { 41 DCHECK(moves_[i].source()->IsConstantOperand()); 73 DCHECK(!moves_[index].IsPending()); 74 DCHECK(!moves_[index].IsRedundant()); 78 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated. 79 LOperand* destination = moves_[index].destination() [all...] |
lithium-gap-resolver-x87.h | 27 // Perform the move at the moves_ index in question (possibly requiring 72 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/crankshaft/arm64/ |
lithium-gap-resolver-arm64.h | 43 // Perform the move at the moves_ index in question (possibly requiring 61 masm_.StackSlotMove(moves_[index].source(), moves_[index].destination()); 88 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|
lithium-gap-resolver-arm64.cc | 27 : cgen_(owner), masm_(owner, owner->masm()), moves_(32, owner->zone()), 33 DCHECK(moves_.is_empty()); 39 for (int i = 0; i < moves_.length(); ++i) { 40 LMoveOperands move = moves_[i]; 53 for (int i = 0; i < moves_.length(); ++i) { 54 LMoveOperands move = moves_[i]; 64 moves_.Rewind(0); 76 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone()); 87 LMoveOperands& current_move = moves_[index]; 103 for (int i = 0; i < moves_.length(); ++i) [all...] |
/art/compiler/optimizing/ |
parallel_move_resolver.cc | 32 moves_.push_back(move); 38 DCHECK(moves_.empty()); 43 for (size_t i = 0; i < moves_.size(); ++i) { 44 const MoveOperands& move = *moves_[i]; 56 for (size_t i = 0; i < moves_.size(); ++i) { 57 const MoveOperands& move = *moves_[i]; 67 for (size_t i = 0; i < moves_.size(); ++i) { 68 MoveOperands* move = moves_[i]; 77 moves_.clear(); 127 MoveOperands* move = moves_[index] [all...] |
parallel_move_resolver.h | 35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { 36 moves_.reserve(32); 47 ArenaVector<MoveOperands*> moves_; member in class:art::ParallelMoveResolver 100 // Perform the move at the moves_ index in question (possibly requiring 174 // Perform the move at the given index in `moves_` (possibly requiring other moves to satisfy
|
parallel_move_test.cc | 59 MoveOperands* move = moves_[index]; 71 MoveOperands* move = moves_[index]; 130 MoveOperands* move = moves_[index];
|
nodes.h | [all...] |
code_generator_mips.cc | 519 DCHECK_LT(index, moves_.size()); 520 MoveOperands* move = moves_[index]; 525 DCHECK_LT(index, moves_.size()); 526 MoveOperands* move = moves_[index]; [all...] |
code_generator_mips64.cc | 465 MoveOperands* move = moves_[index]; 470 MoveOperands* move = moves_[index]; [all...] |
code_generator_arm.cc | [all...] |
code_generator_x86.cc | [all...] |
code_generator_x86_64.cc | [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-gap-resolver-ia32.cc | 16 moves_(32, owner->zone()), 27 for (int i = 0; i < moves_.length(); ++i) { 28 LMoveOperands move = moves_[i]; 38 for (int i = 0; i < moves_.length(); ++i) { 39 if (!moves_[i].IsEliminated()) { 40 DCHECK(moves_[i].source()->IsConstantOperand()); 72 DCHECK(!moves_[index].IsPending()); 73 DCHECK(!moves_[index].IsRedundant()); 77 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated. 78 LOperand* destination = moves_[index].destination() [all...] |
lithium-gap-resolver-ia32.h | 27 // Perform the move at the moves_ index in question (possibly requiring 72 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
|