Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
Dtable_printer.js166 if (cell && !cell.allowOverflow) {
263 if (cell.allowOverflow && !this.getCell_(r, c + 1))
285 this.allowOverflow = false;
Dlog_view_painter.js64 mainCell.allowOverflow = true;
176 cell.allowOverflow = true;
/external/v8/src/ppc/
Dassembler-ppc.cc1574 bool allowOverflow = !((canOptimize && is_int32(value)) || dst.is(r0)); in use_constant_pool_for_mov() local
1576 bool allowOverflow = !(canOptimize || dst.is(r0)); in use_constant_pool_for_mov() local
1582 if (!allowOverflow && ConstantPoolAccessIsInOverflow()) { in use_constant_pool_for_mov()