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

/external/chromium_org/v8/src/
H A Ddeoptimizer.cc907 bool is_bottommost = (0 == frame_index); local
919 if (is_bottommost) {
958 if (is_bottommost) {
977 if (is_bottommost) {
984 DCHECK(!is_bottommost || (input_->GetRegister(fp_reg.code()) +
994 DCHECK(!is_bottommost || !has_alignment_padding_ ||
1003 if (is_bottommost) {
1033 if (is_bottommost) {
1055 DCHECK(!is_bottommost || input_->GetFrameSlot(input_offset) == value);

Completed in 120 milliseconds