Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc30 root_index_(0), in_cycle_(false), saved_destination_(NULL) { in LGapResolver()
48 root_index_ = i; // Any cycle is found when we reach this move again. in Resolve()
122 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
148 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
Dlithium-gap-resolver-arm64.h92 int root_index_; variable
/external/chromium_org/v8/src/arm/
Dlithium-gap-resolver-arm.cc24 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false), in LGapResolver()
42 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve()
128 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
157 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
Dlithium-gap-resolver-arm.h53 int root_index_; variable
/external/chromium_org/v8/src/mips/
Dlithium-gap-resolver-mips.cc16 root_index_(0), in LGapResolver()
32 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve()
112 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
142 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
Dlithium-gap-resolver-mips.h53 int root_index_; variable
/external/chromium_org/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc16 root_index_(0), in LGapResolver()
32 root_index_ = i; // Any cycle is found when by reaching this move again. in Resolve()
112 LMoveOperands other_move = moves_[root_index_]; in PerformMove()
142 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
Dlithium-gap-resolver-mips64.h53 int root_index_; variable
/external/chromium_org/v8/src/
Dheap-snapshot-generator.h155 HeapEntry* root() { return &entries_[root_index_]; } in root()
189 int root_index_; variable
Dheap-snapshot-generator.cc189 root_index_(HeapEntry::kNoEntry), in HeapSnapshot()
232 DCHECK(root_index_ == HeapEntry::kNoEntry); in AddRootEntry()
239 root_index_ = entry->index(); in AddRootEntry()
240 DCHECK(root_index_ == 0); in AddRootEntry()