Lines Matching refs:ool
582 auto ool = new (zone()) OutOfLineLoadNAN##width(this, result); \
583 __ bge(ool->entry()); \
590 __ bind(ool->exit()); \
607 auto ool = new (zone()) OutOfLineLoadZero(this, result); \
608 __ bge(ool->entry()); \
615 __ bind(ool->exit()); \
959 OutOfLineRecordWrite* ool; in AssembleArchInstruction() local
965 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
971 ool = new (zone()) OutOfLineRecordWrite(this, object, offset, value, in AssembleArchInstruction()
977 ool->entry()); in AssembleArchInstruction()
978 __ bind(ool->exit()); in AssembleArchInstruction()