HomeSort by relevance Sort by last modified time
    Searched defs:CONSTANT (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
frame-element.h 47 // * Constant: an element whose value is known at compile time.
112 // element represents a constant, the data contains an index into
138 bool is_constant() const { return type() == CONSTANT; }
205 CONSTANT,
221 // Used to construct constant elements.
223 value_ = TypeField::encode(CONSTANT)
register-allocator.h 61 CONSTANT
70 // Construct a Result whose value is a compile-time constant.
72 value_ = TypeField::encode(CONSTANT)
87 // represents a constant, the data contains an index into this table
114 bool is_constant() const { return type() == CONSTANT; }
125 ASSERT(type() == CONSTANT);
ast.h 47 // allocation and constant-time deallocation of the entire syntax
795 CONSTANT, // Property with constant value (compile time).
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 25 import com.android.dx.rop.cst.Constant;
35 * A small variant of Wegman and Zadeck's Sparse Conditional Constant
41 private static final int CONSTANT = 1;
49 /** For those registers that are constant, this is the constant value */
50 private Constant[] latticeConstants;
68 this.latticeConstants = new Constant[this.regCount];
80 * Performs sparse conditional constant propagation on a method.
119 * @param cst Constant value (may be null)
122 private boolean setLatticeValueTo(int reg, int value, Constant cst)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1575 milliseconds