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

  /external/skia/src/animator/
SkOperand2.h 35 kConstant,
51 bool isConstant() const { return fIsConstant == kConstant; }
SkScript2.h 36 kConstant,
  /external/v8/src/compiler/
register-allocator-verifier.h 27 kConstant,
  /art/compiler/optimizing/
locations.h 47 kConstant = 1,
73 // Verify that non-constant location kinds do not interfere with kConstant.
74 static_assert((kInvalid & kLocationConstantMask) != kConstant, "TagError");
75 static_assert((kUnallocated & kLocationConstantMask) != kConstant, "TagError");
76 static_assert((kStackSlot & kLocationConstantMask) != kConstant, "TagError");
77 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError");
78 static_assert((kRegister & kLocationConstantMask) != kConstant, "TagError");
79 static_assert((kFpuRegister & kLocationConstantMask) != kConstant, "TagError");
80 static_assert((kRegisterPair & kLocationConstantMask) != kConstant, "TagError");
81 static_assert((kFpuRegisterPair & kLocationConstantMask) != kConstant, "TagError")
    [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 42 kConstant,
84 return TestOperand(kConstant, VReg(), index);
  /art/runtime/
stack.h 58 kConstant,
stack_map.h 62 * - kConstant: value holds the constant;
79 kConstant = 5, // 0b101
111 case Kind::kConstant:
134 case Kind::kConstant:
141 return Kind::kConstant;
313 case DexRegisterLocation::Kind::kConstant:
315 ? DexRegisterLocation::Kind::kConstant
339 case DexRegisterLocation::Kind::kConstant:
487 DCHECK_EQ(location.GetKind(), DexRegisterLocation::Kind::kConstant);
    [all...]
  /external/v8/src/
property-details.h 212 kConstant, // Cell has been assigned only once.
218 kInvalidated = kConstant, // Cell has been deleted or invalidated.

Completed in 286 milliseconds