Searched refs:first_check_in_block (Results 1 – 2 of 2) sorted by relevance
2098 DCHECK(first_check_in_block() != NULL); in UseNewIndexInCurrentBlock()2099 HValue* previous_index = first_check_in_block()->index(); in UseNewIndexInCurrentBlock()2107 added_constant()->InsertBefore(first_check_in_block()); in UseNewIndexInCurrentBlock()2111 first_check_in_block()->ReplaceAllUsesWith(first_check_in_block()->index()); in UseNewIndexInCurrentBlock()2118 added_index()->InsertBefore(first_check_in_block()); in UseNewIndexInCurrentBlock()2124 first_check_in_block()->SetOperandAt(0, added_index()); in UseNewIndexInCurrentBlock()2136 if (first_check_in_block() == NULL || in AddCheck()2137 first_check_in_block()->block() != check->block()) { in AddCheck()
3107 HBoundsCheck* first_check_in_block() { return first_check_in_block_; } in first_check_in_block() function