HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 176 - 200 of 438) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/glsl/
ir.cpp 528 /* If the constant is a record, the types of each of the entries in
530 * entry must also be a constant. Just move the nodes from the value_list
534 /* FINISHME: Should the new constant take ownership of the nodes from
609 * component of the constant being constructed.
736 * There are cases where non-constant array index values can get constant
1409 ir_constant *constant = ir->as_constant(); local
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ClassReferenceFixer.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
34 * This ClassVisitor fixes references of constant pool entries, fields,
73 // Fix the constant pool.
183 public void visitAnyConstant(Clazz clazz, Constant constant) {}
ConstantPoolRemapper.java 30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
38 * This ClassVisitor remaps all possible references to constant pool entries
40 * the constant pool entries themselves have already been remapped.
66 * Sets the given mapping of old constant pool entry indexes to their new
79 // Remap the local constant pool references.
199 // Remap the local constant pool references.
205 // Remap the constant pool references of the remaining attributes.
256 // Remap the constant pool references of the inner classes.
309 // Remap the constant pool references of the exceptions
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
37 * All class constant pool entries get direct references to the corresponding
41 * All field and method reference constant pool entries get direct references
44 * All name and type constant pool entries get a list of direct references to
96 // Initialize the constant pool entries.
158 public void visitAnyConstant(Clazz clazz, Constant constant) {}
DynamicClassReferenceInitializer.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
33 * This InstructionVisitor initializes any constant <code>Class.forName</code> or
35 * it fills out the references of string constant pool entries that refer to a
63 private final Constant[] CLASS_FOR_NAME_CONSTANTS = new Constant[]
102 // private Constant[] DOT_CLASS_JAVAC_CONSTANTS = new Constant[]
110 private final Constant[] DOT_CLASS_JAVAC_CONSTANTS = new Constant[]
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 396 bool isImmediate(int constant)
398 return ((constant <= 127) && (constant >= -128));
1160 void loadConstant(uint32_t constant, RegisterID dst)
1162 if (((int)constant <= 0x7f) && ((int)constant >= -0x80)) {
1163 movImm8(constant, dst);
1170 printInstr(getOpcodeGroup3(MOVIMM_OPCODE, dst, constant), m_buffer.uncheckedSize());
1171 m_buffer.putShortWithConstantInt(opc, constant, true);
1174 void loadConstantUnReusable(uint32_t constant, RegisterID dst, bool ensureSpace = false
    [all...]
  /external/emma/lib/
emma.jar 
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 70 LDR r6, =0x7fff @constant for saturation tests
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 70 LDR r6, =0x7fff @constant for saturation tests
  /external/v8/src/mips/
lithium-mips.h 235 LConstantOperand* DefineConstantOperand(HConstant* constant) {
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 444 r'error: a function call cannot appear in a constant-expression')
446 r'error: a function call cannot appear in a constant-expression'
  /external/proguard/src/proguard/classfile/
ProgramClass.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
40 public Constant[] constantPool;
72 * Returns the Constant at the given index in the constant pool.
74 public Constant getConstant(int constantIndex)
  /external/v8/test/mjsunit/
copy-on-write-assert.js 30 // The constant below depends on the max object size in new space.
external-array.js 56 // "constant", but not read-only).
value-callic-prototype-change.js 28 // Test that the inline caches correctly detect that constant
  /external/v8/test/mjsunit/regress/
regress-580.js 28 // Test constant folding of smi operations that overflow a 32-bit int
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeattributenodetype.js 81 returns the constant value 2.
hc_nodedocumentfragmentnodetype.js 79 returns the constant value 11.
hc_nodedocumentnodetype.js 79 returns the constant value 9.
hc_nodeelementnodetype.js 79 returns the constant value 1.
hc_nodetextnodetype.js 81 returns the constant value 3.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeattributenodetype.js 81 returns the constant value 2.
hc_nodedocumentfragmentnodetype.js 79 returns the constant value 11.
hc_nodedocumentnodetype.js 79 returns the constant value 9.
hc_nodeelementnodetype.js 79 returns the constant value 1.

Completed in 1252 milliseconds

1 2 3 4 5 6 78 91011>>