Home | History | Annotate | Download | only in courgette

Lines Matching refs:nothrow

162   return Emit(new(std::nothrow) PeRelocsInstruction());
166 return Emit(new(std::nothrow) ElfRelocsInstruction());
170 return Emit(new(std::nothrow) ElfARMRelocsInstruction());
174 return Emit(new(std::nothrow) OriginInstruction(rva));
183 return Emit(new(std::nothrow) BytesInstruction(values, len));
187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label));
192 return Emit(new(std::nothrow) InstructionWithLabelARM(REL32ARM, op, label,
197 return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label));
252 slot = new(std::nothrow) Label(rva);
390 scoped_ptr<EncodedProgram> encoded(new(std::nothrow) EncodedProgram());
478 byte_instruction_cache_.reset(new(std::nothrow) Instruction*[256]);
484 new(std::nothrow) ByteInstruction(static_cast<uint8>(i));
537 new(std::nothrow) BytesInstruction(arm_op, op_size);