Home
last modified time | relevance | path

Searched refs:getConstants (Results 1 – 25 of 38) sorted by relevance

12

/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java164 final IConstantCollection constants = m_table.getConstants(); in constant_pool()
225 final IConstantCollection constantPool = m_table.getConstants (); in fields()
265 final IConstantCollection constantPool = m_table.getConstants (); in methods()
286 IConstantCollection constantPool = m_table.getConstants (); in attributes()
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DCONSTANT_NameAndType_info.java58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
63 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value; in getDescriptor()
DCONSTANT_Class_info.java58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
/external/emma/core/java12/com/vladium/jcd/cls/
DField_info.java104 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
116 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value; in getDescriptor()
DMethod_info.java105 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
117 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value; in getDescriptor()
DAbstractClassDefVisitor.java24 visit (cls.getConstants (), ctx); in visit()
DClassDef.java167 public IConstantCollection getConstants () in getConstants() method in ClassDef
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.cpp168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
289 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
DARMAsmPrinter.cpp1137 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()
1142 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1495 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DSourceFileAttribute_info.java45 return (CONSTANT_Utf8_info) cls.getConstants ().get (m_sourcefile_index); in getSourceFile()
DConstantValueAttribute_info.java74 return (CONSTANT_literal_info) cls.getConstants ().get (m_value_index); in getValue()
DAttribute_info.java78 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/external/guava/guava-tests/test/com/google/common/net/
DMediaTypeTest.java64 for (MediaType constant : getConstants()) { in testParse_useConstants()
70 for (MediaType constant : getConstants()) { in testCreate_useConstants()
98 @GwtIncompatible("reflection") private static FluentIterable<MediaType> getConstants() {
/external/emma/core/java12/com/vladium/jcd/compiler/
DCodeGen.java88 final int index = cls.getConstants ().add (new CONSTANT_Integer_info (value)); in push_int_value()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineConstantPool.h158 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h150 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp142 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
/external/emma/tools/java/com/vladium/tools/
DClassDep.java193 final IConstantCollection constants = cls.getConstants (); in getCONSTANT_Class_info()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
DARMConstantIslandPass.cpp403 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()
564 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
715 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
716 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp121 MCPEs = &MF.getConstantPool()->getConstants(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp766 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in GetConstantPoolSizeInBytes()
1071 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in emitConstantPool()
1225 assert(ConstantNum < ConstantPool->getConstants().size() && in getConstantPoolEntryAddress()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp172 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp552 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
631 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
632 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()

12