/external/v8/src/crankshaft/s390/ |
D | lithium-gap-resolver-s390.cc | 17 root_index_(0), in LGapResolver() 32 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve() 110 LMoveOperands other_move = moves_[root_index_]; in PerformMove() 139 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
|
D | lithium-gap-resolver-s390.h | 51 int root_index_; variable
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 28 root_index_(0), in_cycle_(false), saved_destination_(NULL) { in LGapResolver() 46 root_index_ = i; // Any cycle is found when we reach this move again. in Resolve() 120 LMoveOperands other_move = moves_[root_index_]; in PerformMove() 146 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
|
D | lithium-gap-resolver-arm64.h | 92 int root_index_; variable
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 17 root_index_(0), in LGapResolver() 33 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve() 113 LMoveOperands other_move = moves_[root_index_]; in PerformMove() 143 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
|
D | lithium-gap-resolver-ppc.h | 51 int root_index_; variable
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 22 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false), in LGapResolver() 40 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve() 126 LMoveOperands other_move = moves_[root_index_]; in PerformMove() 155 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
|
D | lithium-gap-resolver-arm.h | 51 int root_index_; variable
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 15 root_index_(0), in LGapResolver() 31 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve() 111 LMoveOperands other_move = moves_[root_index_]; in PerformMove() 141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
|
D | lithium-gap-resolver-mips64.h | 51 int root_index_; variable
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 15 root_index_(0), in LGapResolver() 31 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve() 111 LMoveOperands other_move = moves_[root_index_]; in PerformMove() 141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
|
D | lithium-gap-resolver-mips.h | 51 int root_index_; variable
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 160 HeapEntry* root() { return &entries_[root_index_]; } in root() 191 int root_index_; variable
|
D | heap-snapshot-generator.cc | 188 root_index_(HeapEntry::kNoEntry), in HeapSnapshot() 231 DCHECK(root_index_ == HeapEntry::kNoEntry); in AddRootEntry() 238 root_index_ = entry->index(); in AddRootEntry() 239 DCHECK(root_index_ == 0); in AddRootEntry()
|