Lines Matching refs:ool
422 auto ool = new (zone()) OutOfLineLoadNaN##width(this, result); \
423 ASSEMBLE_BOUNDS_CHECK(offset, length, ool->entry()); \
425 __ Bind(ool->exit()); \
434 auto ool = new (zone()) OutOfLineLoadZero(this, result); \
435 ASSEMBLE_BOUNDS_CHECK(offset, length, ool->entry()); \
437 __ Bind(ool->exit()); \
446 auto ool = new (zone()) OutOfLineLoadZero(this, result); \
447 ASSEMBLE_BOUNDS_CHECK(offset, length, ool->entry()); \
449 __ Bind(ool->exit()); \
789 auto ool = new (zone()) OutOfLineRecordWrite(this, object, index, value, in AssembleArchInstruction() local
794 ool->entry()); in AssembleArchInstruction()
795 __ Bind(ool->exit()); in AssembleArchInstruction()