HomeSort by relevance Sort by last modified time
    Searched refs:getConstants (Results 1 - 25 of 27) sorted by null

1 2

  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_NameAndType_info.java 58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
63 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value;
CONSTANT_Class_info.java 58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
  /external/emma/core/java12/com/vladium/jcd/cls/
AbstractClassDefVisitor.java 24 visit (cls.getConstants (), ctx);
Field_info.java 104 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
116 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value;
Method_info.java 105 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
117 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value;
ClassDef.java 167 public IConstantCollection getConstants ()
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
SourceFileAttribute_info.java 45 return (CONSTANT_Utf8_info) cls.getConstants ().get (m_sourcefile_index);
ConstantValueAttribute_info.java 74 return (CONSTANT_literal_info) cls.getConstants ().get (m_value_index);
Attribute_info.java 78 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
  /external/emma/core/java12/com/vladium/jcd/compiler/
CodeGen.java 88 final int index = cls.getConstants ().add (new CONSTANT_Integer_info (value));
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 164 final IConstantCollection constants = m_table.getConstants();
225 final IConstantCollection constantPool = m_table.getConstants ();
265 final IConstantCollection constantPool = m_table.getConstants ();
286 IConstantCollection constantPool = m_table.getConstants ();
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 159 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
220 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
275 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
ARMConstantIslandPass.cpp 381 << MCP->getConstants().size() << " CP entries, aligned to "
529 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
609 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
610 unsigned Align = MCP->getConstants()[CPI].getAlignment();
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMCodeEmitter.cpp 406 MCPEs = &MF.getConstantPool()->getConstants();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
ant.jar 
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 193 final IConstantCollection constants = cls.getConstants ();
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 134 MCPEs = &MF.getConstantPool()->getConstants();
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 762 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 177 final IConstantCollection constants = cls.getConstants ();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/emma/lib/
emma.jar 

Completed in 1069 milliseconds

1 2