Lines Matching refs:ool
495 auto ool = new (zone()) OutOfLineLoadNAN##width(this, result); \
496 __ bge(ool->entry()); \
499 __ bind(ool->exit()); \
514 auto ool = new (zone()) OutOfLineLoadZero(this, result); \
515 __ bge(ool->entry()); \
518 __ bind(ool->exit()); \
794 OutOfLineRecordWrite* ool; in AssembleArchInstruction() local
800 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
806 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
812 ool->entry()); in AssembleArchInstruction()
813 __ bind(ool->exit()); in AssembleArchInstruction()