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

1 2 3 4

  /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;
  /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);
  /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/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineConstantPool.h 158 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /frameworks/base/services/backup/java/com/android/server/backup/internal/
ProvisionedObserver.java 57 backupManagerService.getConstants());
  /frameworks/base/services/core/java/com/android/server/job/controllers/
StateController.java 46 mConstants = service.getConstants();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineConstantPool.h 150 const std::vector<MachineConstantPoolEntry> &getConstants() const {

Completed in 908 milliseconds

1 2 3 4