Searched refs:writeConstantPool (Results 1 – 8 of 8) sorted by relevance
82 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool() method in ClassWriter119 writeConstantPool(pool, result); in finishClass()
79 template <typename ConstType> void writeConstantPool(Type Ty);
511 template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) { in writeConstantPool() function in Ice::ELFObjectWriter561 template void ELFObjectWriter::writeConstantPool<ConstantFloat>(Type Ty);563 template void ELFObjectWriter::writeConstantPool<ConstantDouble>(Type Ty);565 template void ELFObjectWriter::writeConstantPool<ConstantInteger32>(Type Ty);
6970 Writer->writeConstantPool<ConstantInteger32>(IceType_i8); in lowerConstants()6971 Writer->writeConstantPool<ConstantInteger32>(IceType_i16); in lowerConstants()6972 Writer->writeConstantPool<ConstantInteger32>(IceType_i32); in lowerConstants()6974 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()6975 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
7706 Writer->writeConstantPool<ConstantInteger32>(IceType_i8); in lowerConstants()7707 Writer->writeConstantPool<ConstantInteger32>(IceType_i16); in lowerConstants()7708 Writer->writeConstantPool<ConstantInteger32>(IceType_i32); in lowerConstants()7710 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()7711 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
6895 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()6896 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
5769 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()5770 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
111 ClassWriter.writeConstantPool(pool, bytes); in manyManyConstants()