Searched refs:root_index_ (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/v8/src/arm64/ |
D | lithium-gap-resolver-arm64.cc | 30 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()
|
D | lithium-gap-resolver-arm64.h | 92 int root_index_; variable
|
/external/chromium_org/v8/src/arm/ |
D | lithium-gap-resolver-arm.cc | 24 : 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()
|
D | lithium-gap-resolver-arm.h | 53 int root_index_; variable
|
/external/chromium_org/v8/src/mips/ |
D | lithium-gap-resolver-mips.cc | 16 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()
|
D | lithium-gap-resolver-mips.h | 53 int root_index_; variable
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-gap-resolver-mips64.cc | 16 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()
|
D | lithium-gap-resolver-mips64.h | 53 int root_index_; variable
|
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.h | 155 HeapEntry* root() { return &entries_[root_index_]; } in root() 189 int root_index_; variable
|
D | heap-snapshot-generator.cc | 189 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()
|