Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.cc547 size_t push_begin = push_count_upper_bound; in GetPushCompatibleMoves() local
550 push_begin--; in GetPushCompatibleMoves()
552 size_t push_count = pushes->size() - push_begin; in GetPushCompatibleMoves()
553 std::copy(pushes->begin() + push_begin, in GetPushCompatibleMoves()
554 pushes->begin() + push_begin + push_count, pushes->begin()); in GetPushCompatibleMoves()