Searched refs:added_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2104 if (added_index() != NULL) {
2105 added_constant()->InsertBefore(added_index());
2110 if (added_index() == NULL) {
2118 added_index()->InsertBefore(first_check_in_block());
2120 DCHECK(added_index()->op() == token);
2122 added_index()->SetOperandAt(1, index_base);
2123 added_index()->SetOperandAt(2, added_constant());
2124 first_check_in_block()->SetOperandAt(0, added_index());
H A Dhydrogen-instructions.h3108 HBitwise* added_index() { return added_index_; } function in class:v8::FINAL::FINAL::ChecksRelatedToLength

Completed in 74 milliseconds