Searched refs:writeConstantPool (Results 1 – 7 of 7) sorted by relevance
86 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool() method in ClassWriter125 writeConstantPool(pool, result); in finishClass()
518 template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) { in writeConstantPool() function in Ice::ELFObjectWriter579 template void ELFObjectWriter::writeConstantPool<ConstantFloat>(Type Ty);581 template void ELFObjectWriter::writeConstantPool<ConstantDouble>(Type Ty);583 template void ELFObjectWriter::writeConstantPool<ConstantInteger32>(Type Ty);
79 template <typename ConstType> void writeConstantPool(Type Ty);
8485 Writer->writeConstantPool<ConstantInteger32>(IceType_i8);8486 Writer->writeConstantPool<ConstantInteger32>(IceType_i16);8487 Writer->writeConstantPool<ConstantInteger32>(IceType_i32);8489 Writer->writeConstantPool<ConstantFloat>(IceType_f32);8490 Writer->writeConstantPool<ConstantDouble>(IceType_f64);
5852 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()5853 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
7335 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()7336 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
107 ClassWriter.writeConstantPool(pool, bytes); in manyManyConstants()