Home
last modified time | relevance | path

Searched defs:writeConstantPool (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/
DClassWriter.java86 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool() method in ClassWriter
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp517 template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) { in writeConstantPool() function in Ice::ELFObjectWriter