OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constantpool
(Results
51 - 75
of
107
) sorted by null
1
2
3
4
5
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
93
MachineConstantPool *
ConstantPool
;
192
MachineConstantPool *getConstantPool() { return
ConstantPool
; }
193
const MachineConstantPool *getConstantPool() const { return
ConstantPool
; }
SelectionDAGNodes.h
[
all
...]
/external/proguard/src/proguard/classfile/io/
ProgramClassReader.java
93
programClass.
constantPool
= new Constant[programClass.u2constantPoolCount];
98
programClass.
constantPool
[index] = constant;
106
programClass.
constantPool
[++index] = null;
[
all
...]
/external/chromium_org/v8/test/cctest/
cctest.gyp
103
'test-
constantpool
.cc',
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
298
///
ConstantPool
- The constant pool for the current function.
300
MachineConstantPool *
ConstantPool
;
[
all
...]
/external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java
369
dummyClass.
constantPool
= patternConstants;
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0-sources.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0-sources.jar
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0-sources.jar
/dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java
30
import com.android.dx.rop.cst.
ConstantPool
;
286
public
ConstantPool
getConstantPool() {
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
103
case ISD::
ConstantPool
: return "
ConstantPool
";
/external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp
71
MachineConstantPool *
ConstantPool
= MF.getConstantPool();
74
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, 4);
README.txt
94
2) Can we recognize the relative position of
constantpool
entries? i.e. Treat
248
constantpool
). Perhaps we should 1) fix llvm-gcc so the memcpy is translated
324
constantpool
instead.
ARMBaseRegisterInfo.cpp
406
MachineConstantPool *
ConstantPool
= MF.getConstantPool();
409
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, 4);
ARMTargetTransformInfo.cpp
179
// Load from
constantpool
.
ARMCodeEmitter.cpp
677
llvm_unreachable("Unable to handle this
constantpool
entry!");
680
llvm_unreachable("Unable to handle this
constantpool
entry!");
[
all
...]
ARMConstantIslandPass.cpp
45
STATISTIC(NumT2CPShrunk, "Number of Thumb2
constantpool
instructions shrunk");
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
ecj-4.2.2-sources.jar
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
/prebuilts/misc/common/ecj/
ecj.jar
/dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java
21
import com.android.dx.rop.cst.
ConstantPool
;
49
private final
ConstantPool
pool;
58
public BytecodeArray(ByteArray bytes,
ConstantPool
pool) {
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
126
// Conversion of i64 -> double produces
constantpool
nodes
127
setOperationAction(ISD::
ConstantPool
, MVT::i32, Custom);
212
case ISD::
ConstantPool
: return LowerConstantPool(Op, DAG);
[
all
...]
Completed in 6174 milliseconds
1
2
3
4
5