HomeSort by relevance Sort by last modified time
    Searched refs:ConstantType (Results 1 - 13 of 13) sorted by null

  /art/runtime/verifier/
reg_type_cache-inl.h 34 inline ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) {
reg_type_cache.h 59 ConstantType& FromCat1Const(int32_t value, bool precise)
61 ConstantType& FromCat2ConstLo(int32_t value, bool precise)
63 ConstantType& FromCat2ConstHi(int32_t value, bool precise)
79 ConstantType& Zero() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
82 ConstantType& One() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
158 ConstantType& FromCat1NonSmallConstant(int32_t value, bool precise)
reg_type_cache.cc 443 ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::min(), false);
450 ConstantType& result = FromCat1Const(jchar_max, false);
456 ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::min(), false);
462 ConstantType& result = FromCat1Const(std::numeric_limits<jint>::max(), false);
468 ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::max(), false);
474 ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::max(), false);
505 ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) {
510 (down_cast<ConstantType*>(cur_entry))->ConstantValue() == value) {
511 return *down_cast<ConstantType*>(cur_entry);
514 ConstantType* entry
    [all...]
reg_type.h 574 class ConstantType : public RegType {
576 ConstantType(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
614 class PreciseConstType : public ConstantType {
617 : ConstantType(constat, cache_id) {
627 class PreciseConstLoType : public ConstantType {
631 : ConstantType(constat, cache_id) {
639 class PreciseConstHiType : public ConstantType {
643 : ConstantType(constat, cache_id) {
651 class ImpreciseConstType : public ConstantType {
661 class ImpreciseConstLoType : public ConstantType {
    [all...]
reg_type.cc 531 ConstantType::ConstantType(uint32_t constant, uint16_t cache_id)
706 : ConstantType(constat, cache_id) {
765 int32_t ConstantType::ConstantValueLo() const {
770 int32_t ConstantType::ConstantValueHi() const {
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
constants.cpp 70 {"{{constant.name}}", {{value}}, V8DOMConfiguration::ConstantType{{constant.idl_type}}}
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMConfiguration.h 110 enum ConstantType {
128 ConstantType type;
  /external/chromium_org/v8/src/
types.h 299 class ConstantType;
307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
331 return ConstantType::New(value, region);
443 ConstantType* AsConstant() { return ConstantType::cast(this); }
747 class TypeImpl<Config>::ConstantType : public StructuralType {
753 ConstantHandle type = Config::template cast<ConstantType>(
760 static ConstantType* cast(TypeImpl* type) {
762 return static_cast<ConstantType*>(type);
    [all...]
types.cc 943 return ConstantType::New(type->AsConstant()->Value(), region);
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 242 QualType &ConstantType) const;
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOverload.cpp 309 /// \param ConstantType If this is an NK_Constant_Narrowing conversion, the
315 QualType &ConstantType) const {
349 ConstantType = Initializer->getType();
380 ConstantType = Initializer->getType();
440 ConstantType = Initializer->getType();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc     [all...]

Completed in 336 milliseconds