Lines Matching refs:ool
381 OutOfLineCode* ool; \
386 ool = new (zone()) OutOfLineLoadNaN(this, result); \
422 ool = new (zone()) OutOfLineLoadFloat(this, result, buffer, index1, \
425 __ j(above_equal, ool->entry()); \
427 __ bind(ool->exit()); \
436 OutOfLineCode* ool; \
441 ool = new (zone()) OutOfLineLoadZero(this, result); \
480 ool = new (zone()) OutOfLineLoadInteger(this, result, buffer, index1, \
483 __ j(above_equal, ool->entry()); \
485 __ bind(ool->exit()); \
536 auto ool = new (zone()) OutOfLineStoreFloat( \
538 __ j(above_equal, ool->entry()); \
540 __ bind(ool->exit()); \
591 auto ool = new (zone()) OutOfLineStoreInteger( \
593 __ j(above_equal, ool->entry()); \
595 __ bind(ool->exit()); \
830 auto ool = new (zone()) OutOfLineTruncateDoubleToI(this, result, input); in AssembleArchInstruction() local
835 __ j(overflow, ool->entry()); in AssembleArchInstruction()
836 __ bind(ool->exit()); in AssembleArchInstruction()
849 auto ool = new (zone()) OutOfLineRecordWrite(this, object, operand, value, in AssembleArchInstruction() local
854 not_zero, ool->entry()); in AssembleArchInstruction()
855 __ bind(ool->exit()); in AssembleArchInstruction()