/external/emma/core/java12/com/vladium/jcd/parser/ |
D | ClassDefParser.java | 164 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/ |
D | CONSTANT_NameAndType_info.java | 58 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()
|
D | CONSTANT_Class_info.java | 58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | Field_info.java | 104 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()
|
D | Method_info.java | 105 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()
|
D | AbstractClassDefVisitor.java | 24 visit (cls.getConstants (), ctx); in visit()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 168 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()
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | MediaTypeTest.java | 64 for (MediaType constant : getConstants()) { in testParse_useConstants() 70 for (MediaType constant : getConstants()) { in testCreate_useConstants() 98 @GwtIncompatible("reflection") private static FluentIterable<MediaType> getConstants() {
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | SourceFileAttribute_info.java | 45 return (CONSTANT_Utf8_info) cls.getConstants ().get (m_sourcefile_index); in getSourceFile()
|
D | ConstantValueAttribute_info.java | 74 return (CONSTANT_literal_info) cls.getConstants ().get (m_value_index); in getValue()
|
D | Attribute_info.java | 78 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value; in getName()
|
/external/emma/core/java12/com/vladium/jcd/compiler/ |
D | CodeGen.java | 88 final int index = cls.getConstants ().add (new CONSTANT_Integer_info (value)); in push_int_value()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 158 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 150 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 150 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 142 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
|
/external/emma/tools/java/com/vladium/tools/ |
D | ClassDep.java | 193 final IConstantCollection constants = cls.getConstants (); in getCONSTANT_Class_info()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 121 MCPEs = &MF.getConstantPool()->getConstants(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 131 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 766 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 83 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
D | ARMConstantPoolValue.cpp | 197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
|