Home
last modified time | relevance | path

Searched refs:root_index_ (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc17 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()
Dlithium-gap-resolver-s390.h51 int root_index_; variable
/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc28 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()
Dlithium-gap-resolver-arm64.h92 int root_index_; variable
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc17 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()
Dlithium-gap-resolver-ppc.h51 int root_index_; variable
/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc22 : 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()
Dlithium-gap-resolver-arm.h51 int root_index_; variable
/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc15 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()
Dlithium-gap-resolver-mips64.h51 int root_index_; variable
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc15 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()
Dlithium-gap-resolver-mips.h51 int root_index_; variable
/external/v8/src/profiler/
Dheap-snapshot-generator.h160 HeapEntry* root() { return &entries_[root_index_]; } in root()
191 int root_index_; variable
Dheap-snapshot-generator.cc188 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()