HomeSort by relevance Sort by last modified time
    Searched refs:root_index_ (Results 1 - 10 of 10) sorted by null

  /external/v8/src/arm/
lithium-gap-resolver-arm.h 53 int root_index_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-arm.cc 24 : 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/v8/src/mips/
lithium-gap-resolver-mips.h 53 int root_index_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-mips.cc 16 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/v8/src/mips64/
lithium-gap-resolver-mips64.h 53 int root_index_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-mips64.cc 16 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/v8/src/arm64/
lithium-gap-resolver-arm64.h 92 int root_index_; member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-arm64.cc 30 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/v8/src/
heap-snapshot-generator.h 155 HeapEntry* root() { return &entries_[root_index_]; }
189 int root_index_; member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc 189 root_index_(HeapEntry::kNoEntry),
232 DCHECK(root_index_ == HeapEntry::kNoEntry);
239 root_index_ = entry->index();
240 DCHECK(root_index_ == 0);
    [all...]

Completed in 171 milliseconds