Lines Matching refs:ool
317 auto ool = new (zone()) OutOfLineLoad##Type(this, result); \
318 __ b(hs, ool->entry()); \
320 __ bind(ool->exit()); \
333 auto ool = new (zone()) OutOfLineLoadInteger(this, result); \
334 __ b(hs, ool->entry()); \
336 __ bind(ool->exit()); \
643 OutOfLineRecordWrite* ool; in AssembleArchInstruction() local
649 ool = new (zone()) OutOfLineRecordWrite(this, object, index, value, in AssembleArchInstruction()
655 ool = new (zone()) OutOfLineRecordWrite(this, object, index, value, in AssembleArchInstruction()
661 ool->entry()); in AssembleArchInstruction()
662 __ bind(ool->exit()); in AssembleArchInstruction()