OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstants
(Results
1 - 25
of
48
) 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/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp
32
const std::vector<MachineConstantPoolEntry> &Constants = CP->
getConstants
();
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
150
const std::vector<MachineConstantPoolEntry> &
getConstants
() const {
/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
/external/guava/guava-tests/test/com/google/common/net/
MediaTypeTest.java
64
for (MediaType constant :
getConstants
()) {
70
for (MediaType constant :
getConstants
()) {
98
@GwtIncompatible("reflection") private static FluentIterable<MediaType>
getConstants
() {
/external/emma/tools/java/com/vladium/tools/
ClassDep.java
193
final IConstantCollection constants = cls.
getConstants
();
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
72
const std::vector<MachineConstantPoolEntry> &Constants = CP->
getConstants
();
ARMAsmPrinter.cpp
[
all
...]
ARMConstantIslandPass.cpp
398
<< MCP->
getConstants
().size() << " CP entries, aligned to "
551
const std::vector<MachineConstantPoolEntry> &CPs = MCP->
getConstants
();
702
assert(CPI < MCP->
getConstants
().size() && "Invalid constant pool index.");
703
unsigned Align = MCP->
getConstants
()[CPI].getAlignment();
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp
124
assert(MF->getConstantPool()->
getConstants
().empty() &&
/frameworks/rs/api/
GenerateDocumentation.cpp
455
writeSummaryTables(&file, systemSpecification.
getConstants
(), systemSpecification.getTypes(),
458
writeSummaryTables(&file, systemSpecification.
getConstants
(), systemSpecification.getTypes(),
Specification.h
601
const std::map<std::string, Constant*>&
getConstants
() const { return mConstants; }
/external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp
561
const std::vector<MachineConstantPoolEntry> &CPs = MCP->
getConstants
();
640
assert(CPI < MCP->
getConstants
().size() && "Invalid constant pool index.");
641
unsigned Align = MCP->
getConstants
()[CPI].getAlignment();
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
567
MF->getConstantPool()->
getConstants
()[CPID];
/external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java
177
final IConstantCollection constants = cls.
getConstants
();
[
all
...]
Completed in 852 milliseconds
1
2