Searched refs:root_index_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.h53 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-arm.cc24 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false),
42 root_index_ = i; // Any cycle is found when by reaching this move again.
115 // If there is a blocking, pending move it must be moves_[root_index_]
116 // and all other moves with the same source as moves_[root_index_] are
128 LMoveOperands other_move = moves_[root_index_];
157 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.h53 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-mips.cc16 root_index_(0),
32 root_index_ = i; // Any cycle is found when by reaching this move again.
99 // If there is a blocking, pending move it must be moves_[root_index_]
100 // and all other moves with the same source as moves_[root_index_] are
112 LMoveOperands other_move = moves_[root_index_];
142 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/chromium_org/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.h53 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-mips64.cc16 root_index_(0),
32 root_index_ = i; // Any cycle is found when by reaching this move again.
99 // If there is a blocking, pending move it must be moves_[root_index_]
100 // and all other moves with the same source as moves_[root_index_] are
112 LMoveOperands other_move = moves_[root_index_];
142 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/chromium_org/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.h92 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-arm64.cc30 root_index_(0), in_cycle_(false), saved_destination_(NULL) {
48 root_index_ = i; // Any cycle is found when we reach this move again.
109 // If there is a blocking, pending move it must be moves_[root_index_]
110 // and all other moves with the same source as moves_[root_index_] are
122 LMoveOperands other_move = moves_[root_index_];
148 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h155 HeapEntry* root() { return &entries_[root_index_]; }
189 int root_index_; member in class:v8::internal::HeapSnapshot
H A Dheap-snapshot-generator.cc189 root_index_(HeapEntry::kNoEntry),
232 DCHECK(root_index_ == HeapEntry::kNoEntry);
239 root_index_ = entry->index();
240 DCHECK(root_index_ == 0);

Completed in 149 milliseconds