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

1 23 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_InterfaceMethodref_info.java 9 package com.vladium.jcd.cls.constant;
17 * This structure is used in the constant pool to represent dynamic references
CONSTANT_Methodref_info.java 9 package com.vladium.jcd.cls.constant;
17 * This structure is used in the constant pool to represent dynamic references
CONSTANT_info.java 9 package com.vladium.jcd.cls.constant;
31 * Returns the tag byte for this CONSTANT type [this data is
43 * Returns the number of constant pool index slots occupied by this
44 * CONSTANT type. This implementation defaults to returning '1'.
133 public static String tagToString (final CONSTANT_info constant)
135 switch (constant.tag ())
173 default: throw new IllegalStateException ("CONSTANT_info: invalid tag value [" + constant.tag () + ']');
CONSTANT_String_info.java 9 package com.vladium.jcd.cls.constant;
18 * The CONSTANT_String_info structure is used to represent constant objects of
21 * The value of the string_index item must be a valid index into the constant pool
22 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
CONSTANT_ref_info.java 9 package com.vladium.jcd.cls.constant;
18 * Abstract base for all CONSTANT_XXXref_info structures. They all have a constant
22 * The value of the class_index item must be a valid index into the constant pool
23 * table. The constant pool entry at that index must be a {@link CONSTANT_Class_info}
  /external/dexmaker/src/main/java/com/google/dexmaker/
FieldId.java 36 final CstFieldRef constant; field in class:FieldId
46 this.constant = new CstFieldRef(declaringType.constant, nat);
  /external/proguard/src/proguard/classfile/visitor/
DotClassClassVisitor.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
83 public void visitAnyConstant(Clazz clazz, Constant constant) {}
ExceptionHandlerConstantVisitor.java 24 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/proguard/src/proguard/obfuscate/
NameAndTypeUsageMarker.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
32 * This ClassVisitor marks all NameAndType constant pool entries that are
45 // A visitor info flag to indicate the NameAndType constant pool entry is being used.
53 // Mark the NameAndType entries referenced by all other constant pool
65 public void visitAnyConstant(Clazz clazz, Constant constant) {}
109 * Marks the given UTF-8 constant pool entry of the given class.
ClassRenamer.java 24 import proguard.classfile.constant.ClassConstant;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/proguard/src/proguard/optimize/info/
DotClassMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
61 public void visitAnyConstant(Clazz clazz, Constant constant) {}
MethodInvocationMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
57 public void visitAnyConstant(Clazz clazz, Constant constant) {}
InstanceofClassMarker.java 25 import proguard.classfile.constant.ClassConstant;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
InstantiationClassMarker.java 25 import proguard.classfile.constant.ClassConstant;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
SuperInvocationMarker.java 25 import proguard.classfile.constant.RefConstant;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/guava/guava-tests/test/com/google/common/cache/
TestingCacheLoaders.java 57 * Returns a {@link CacheLoader} that returns the given {@code constant} for every request.
59 static <K, V> ConstantLoader<K, V> constantLoader(V constant) {
60 return new ConstantLoader<K, V>(constant);
64 * Returns a {@link CacheLoader} that returns the given {@code constant} for every request.
120 private final V constant;
122 ConstantLoader(V constant) {
123 this.constant = constant;
128 return constant;
  /external/clang/test/SemaCUDA/
cuda.h 5 #define __constant__ __attribute__((constant))
  /external/proguard/src/proguard/classfile/attribute/
ExceptionsAttribute.java 25 import proguard.classfile.constant.visitor.ConstantVisitor;
69 * Applies the given constant pool visitor to all exception class pool info
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
28 * This ConstantVisitor adds all constants that it visits to the constant pool
52 * Adds a copy of the specified constant in the given class and returns
64 * Adds a copy of the given constant in the given class and returns
67 public int addConstant(Clazz clazz, Constant constant)
69 constant.accept(clazz, this);
76 * Returns the index of the most recently created constant in the constant
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
VerticalClassMerger.java 24 import proguard.classfile.constant.visitor.ConstantVisitor;
RetargetedInnerClassAttributeRemover.java 26 import proguard.classfile.constant.ClassConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
  /ndk/tests/build/stdint-c++/jni/
Android.mk 2 # follow the standard with regards to limit- and constant- related macros
12 # - When included from a C++ program, constant-related macros should only be
  /external/proguard/src/proguard/shrink/
InterfaceUsageMarker.java 24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm 23 use constant WARNING_NESTED_ANCHOR_PS_WITHIN_PS => 1;
24 use constant WARNING_TOC_ATTRIBUTE_PS_NOT_AVAILABLE_WITHIN_PS => 2;
27 use constant TOC_TOKEN_ID => 0;
28 use constant TOC_TOKEN_INCLUDE => 1;
29 use constant TOC_TOKEN_EXCLUDE => 2;
30 use constant TOC_TOKEN_TOKENS => 3;
31 use constant TOC_TOKEN_GROUP => 4;
32 use constant TOC_TOKEN_TOC => 5;
35 use constant TT_TAG_BEGIN => 0;
36 use constant TT_TAG_END => 1
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h 40 On a constant pool 4 or 8 bytes data can be stored. The values can be
48 The AssemblerBuffer can contain multiple constant pools. Each pool is inserted
53 into the pool. Three values are used to determine when the constant pool itself
56 - maxPoolSize: size of the constant pool in bytes, this value cannot be
60 constant pool from execution
68 patch the 'load' instruction with the index of the constant in the
69 constant pool and return the patched instruction.
74 'constPoolAddr' (the address of the constant pool) and index of the
75 constant (which is stored previously in the load instruction itself).
78 return with a constant pool barrier instruction which jumps over th
    [all...]

Completed in 525 milliseconds

1 23 4 5 6 7 8 91011>>