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

/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.h76 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-arm.cc39 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false),
54 root_index_ = i; // Any cycle is found when by reaching this move again.
121 // If there is a blocking, pending move it must be moves_[root_index_]
122 // and all other moves with the same source as moves_[root_index_] are
134 LMoveOperands other_move = moves_[root_index_];
164 ASSERT(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.h76 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-mips.cc39 root_index_(0),
55 root_index_ = i; // Any cycle is found when by reaching this move again.
122 // If there is a blocking, pending move it must be moves_[root_index_]
123 // and all other moves with the same source as moves_[root_index_] are
135 LMoveOperands other_move = moves_[root_index_];
165 ASSERT(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.h76 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-arm.cc39 : cgen_(owner), moves_(32), root_index_(0), in_cycle_(false),
54 root_index_ = i; // Any cycle is found when by reaching this move again.
121 // If there is a blocking, pending move it must be moves_[root_index_]
122 // and all other moves with the same source as moves_[root_index_] are
134 LMoveOperands other_move = moves_[root_index_];
164 ASSERT(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.h76 int root_index_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-gap-resolver-mips.cc39 root_index_(0),
55 root_index_ = i; // Any cycle is found when by reaching this move again.
122 // If there is a blocking, pending move it must be moves_[root_index_]
123 // and all other moves with the same source as moves_[root_index_] are
135 LMoveOperands other_move = moves_[root_index_];
165 ASSERT(moves_[index].destination()->Equals(moves_[root_index_].source()));
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h171 HeapEntry* root() { return &entries_[root_index_]; }
204 int root_index_; member in class:v8::internal::HeapSnapshot
H A Dheap-snapshot-generator.cc207 root_index_(HeapEntry::kNoEntry),
235 ASSERT(root_index_ == HeapEntry::kNoEntry);
241 root_index_ = entry->index();
242 ASSERT(root_index_ == 0);

Completed in 1014 milliseconds