HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 201 - 225 of 573) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
serialize.h 283 int constant = (byte_code & 0xf) | ((byte_code & 0x40) >> 2); local
284 ASSERT(constant >= 0 && constant < kRootArrayNumberOfConstantEncodings);
285 return constant;
math.js 133 return 0/0; // Compiler constant-folds this to NaN.
136 return -1/0; // Compiler constant-folds this to -Infinity.
166 return 0/0; // Compiler constant-folds this to NaN.
169 return 1/0; // Compiler constant-folds this to Infinity.
  /external/webkit/Tools/Scripts/
update-webkit-support-libs 42 use constant NOTAVERSION => "-1";
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 473 * Copies the constant value {@code value} to {@code target}. The constant
579 RegisterSpecList.make(instance.spec()), catches, fieldId.constant));
589 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant));
597 RegisterSpecList.EMPTY, catches, fieldId.constant));
606 RegisterSpecList.make(source.spec()), catches, fieldId.constant));
620 RegisterSpecList.EMPTY, catches, constructor.declaringType.constant));
692 catches, method.constant));
707 RegisterSpecList.make(source.spec()), catches, type.constant));
743 RegisterSpecList.make(source.spec()), catches, target.type.constant));
    [all...]
TypeId.java 88 final CstType constant; field in class:TypeId
100 this.constant = CstType.intern(ropType);
  /external/proguard/src/proguard/evaluation/
Processor.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
97 stack.push(valueFactory.createIntegerValue(simpleInstruction.constant));
102 stack.push(valueFactory.createLongValue(simpleInstruction.constant));
108 stack.push(valueFactory.createFloatValue((float)simpleInstruction.constant));
113 stack.push(valueFactory.createDoubleValue((double)simpleInstruction.constant));
527 stack.push(valueFactory.createArrayReferenceValue(String.valueOf(InstructionUtil.internalTypeFromArrayType((byte)simpleInstruction.constant)),
617 int dimensionCount = constantInstruction.constant;
629 throw new IllegalArgumentException("Unknown constant pool instruction ["+constantInstruction.opcode+"]");
726 valueFactory.createIntegerValue(variableInstruction.constant)));
    [all...]
BasicInvocationUnit.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/v8/src/x64/
macro-assembler-x64.cc 595 // constant, we check that the actual number of arguments match the
603 // arguments passed in because it is constant. At some point we
634 // arguments passed in because it is constant. At some point we
985 int constant) {
987 addl(dst, Immediate(constant));
989 leal(dst, Operand(src, constant));
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 67 for (IEnumConstant constant : constants) {
68 constantNames.add(constant.getName());
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 123 template<typename T, T v> struct constant { constexpr static T value = v; }; struct
125 return constant<unsigned, hash<Cs...>(0)>::value;
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 28 import com.vladium.jcd.cls.constant.CONSTANT_Class_info;
29 import com.vladium.jcd.cls.constant.CONSTANT_info;
  /external/proguard/src/proguard/obfuscate/
ClassObfuscator.java 26 import proguard.classfile.constant.ClassConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 26 import proguard.classfile.constant.MethodrefConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
129 // The code may expand, due to expanding constant and variable
  /external/v8/test/mjsunit/regress/
regress-1117.js 29 // constant 0 with a negative integer.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 83 c_pretty_print_fn constant; member in struct:c_pretty_print_info
134 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
44 constant in this regard. Other constants are represented with IPA_JF_CONST.
59 the passed value is an interprocedural constant, we still know the exact
82 second (constant) operand. */
106 /* Structure holding a C++ member pointer constant. Holds a pointer to the
121 function context. constant represents the actual constant in constant jump
122 functions and member_cst holds constant c++ member functions. *
126 tree GTY ((tag ("IPA_JF_CONST"))) constant; member in union:jump_func_value
156 tree constant; member in struct:ipcp_lattice
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 83 c_pretty_print_fn constant; member in struct:c_pretty_print_info
134 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
44 constant in this regard. Other constants are represented with IPA_JF_CONST.
59 the passed value is an interprocedural constant, we still know the exact
82 second (constant) operand. */
106 /* Structure holding a C++ member pointer constant. Holds a pointer to the
121 function context. constant represents the actual constant in constant jump
122 functions and member_cst holds constant c++ member functions. *
126 tree GTY ((tag ("IPA_JF_CONST"))) constant; member in union:jump_func_value
156 tree constant; member in struct:ipcp_lattice
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 83 c_pretty_print_fn constant; member in struct:c_pretty_print_info
134 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
44 constant in this regard. Other constants are represented with IPA_JF_CONST.
59 the passed value is an interprocedural constant, we still know the exact
82 second (constant) operand. */
106 /* Structure holding a C++ member pointer constant. Holds a pointer to the
121 function context. constant represents the actual constant in constant jump
122 functions and member_cst holds constant c++ member functions. *
126 tree GTY ((tag ("IPA_JF_CONST"))) constant; member in union:jump_func_value
156 tree constant; member in struct:ipcp_lattice
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 83 c_pretty_print_fn constant; member in struct:c_pretty_print_info
134 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
44 constant in this regard. Other constants are represented with IPA_JF_CONST.
59 the passed value is an interprocedural constant, we still know the exact
82 second (constant) operand. */
106 /* Structure holding a C++ member pointer constant. Holds a pointer to the
121 function context. constant represents the actual constant in constant jump
122 functions and member_cst holds constant c++ member functions. *
126 tree GTY ((tag ("IPA_JF_CONST"))) constant; member in union:jump_func_value
156 tree constant; member in struct:ipcp_lattice
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 21 import com.vladium.jcd.cls.constant.CONSTANT_Class_info;
22 import com.vladium.jcd.cls.constant.CONSTANT_Fieldref_info;
23 import com.vladium.jcd.cls.constant.CONSTANT_NameAndType_info;
24 import com.vladium.jcd.cls.constant.CONSTANT_String_info;
25 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
601 * @return constant pool index of the reference
616 * @return constant pool index of the reference
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
79 // Write the constant pool.
156 public void visitAnyConstant(Clazz clazz, Constant constant)
159 dataOutput.writeByte(constant.getTag());
162 constant.accept(clazz, constantBodyWriter);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 108 # @example Match against an integer token type constant
422 2. add a new constant, TOKEN_NAMES, which is a hash that maps types to names
432 <tt>TokenScheme#define_token(name_symbol, int_value)</tt> adds a constant
434 essentially like <tt>Module#const_set</tt>, except it forbids constant
461 # ruby lexically-scopes constant names instead of
479 and assigned it to the constant name +Token+. This token class will both include
487 the token types as named constants, a type-to-name map constant +TOKEN_NAMES+,
488 and a grammar-specific subclass of ANTLR3::CommonToken assigned to the constant
581 constant = "T__#{ value }"
582 const_set( constant, @types[ constant ] = value
    [all...]

Completed in 948 milliseconds

1 2 3 4 5 6 7 891011>>