Searched refs:writeConstantPool (Results 1 – 7 of 7) sorted by relevance
86 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool() method in ClassWriter123 writeConstantPool(pool, result); in finishClass()
79 template <typename ConstType> void writeConstantPool(Type Ty);
517 template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) { in writeConstantPool() function in Ice::ELFObjectWriter567 template void ELFObjectWriter::writeConstantPool<ConstantFloat>(Type Ty);569 template void ELFObjectWriter::writeConstantPool<ConstantDouble>(Type Ty);571 template void ELFObjectWriter::writeConstantPool<ConstantInteger32>(Type Ty);
8308 Writer->writeConstantPool<ConstantInteger32>(IceType_i8);8309 Writer->writeConstantPool<ConstantInteger32>(IceType_i16);8310 Writer->writeConstantPool<ConstantInteger32>(IceType_i32);8312 Writer->writeConstantPool<ConstantFloat>(IceType_f32);8313 Writer->writeConstantPool<ConstantDouble>(IceType_f64);
5816 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()5817 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
7310 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()7311 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
108 ClassWriter.writeConstantPool(pool, bytes); in manyManyConstants()