Searched refs:kNone (Results 1 - 25 of 148) sorted by relevance

123456

/external/v8/src/
H A Dmachine-type.h19 kNone, member in class:v8::internal::MachineRepresentation
32 kNone, member in class:v8::internal::MachineSemantic
45 : representation_(MachineRepresentation::kNone),
46 semantic_(MachineSemantic::kNone) {}
75 return MachineType(PointerRepresentation(), MachineSemantic::kNone);
89 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone);
128 return MachineType(MachineRepresentation::kNone, MachineSemantic::kNone);
133 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kNone);
136 return MachineType(MachineRepresentation::kWord16, MachineSemantic::kNone);
[all...]
H A Dmachine-type.cc13 case MachineRepresentation::kNone:
41 case MachineSemantic::kNone:
66 } else if (type.representation() == MachineRepresentation::kNone) {
68 } else if (type.semantic() == MachineSemantic::kNone) {
H A Ddateparser.cc21 int month = kNone;
22 int day = kNone;
24 if (named_month_ == kNone) {
77 if (hour_offset_ != kNone) {
100 if (sign_ != kNone) {
101 if (hour_ == kNone) hour_ = 0;
102 if (minute_ == kNone) minute_ = 0;
H A Ddateparser.h42 static const int kNone = kMaxInt; member in class:v8::internal::DateParser
273 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
283 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
287 bool IsEmpty() { return hour_ == kNone; }
296 TimeComposer() : index_(0), hour_offset_(kNone) {}
330 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
H A Dtyping-asm.h31 kNone = 0, enumerator in enum:v8::internal::AsmTyper::StandardMember
85 standard_member(kNone) {}
90 standard_member(kNone) {}
H A Dproperty-details.h93 kNone, enumerator in enum:v8::internal::Representation::Kind
107 Representation() : kind_(kNone) { }
109 static Representation None() { return Representation(kNone); }
137 if (kind_ == kExternal && other.kind_ == kNone) return true;
139 if (kind_ == kNone && other.kind_ == kExternal) return false;
174 bool IsNone() const { return kind_ == kNone; }
/external/v8/src/compiler/
H A Dtype-hints.h19 kNone, enumerator in enum:v8::internal::compiler::final::Hint
27 BinaryOperationHints() : BinaryOperationHints(kNone, kNone, kNone) {}
71 kNone, enumerator in enum:v8::internal::compiler::final::Hint
82 CompareOperationHints() : CompareOperationHints(kNone, kNone, kNone) {}
119 kNone = 0u, member in class:v8::internal::compiler::ToBooleanHint
H A Dtype-hints.cc13 case BinaryOperationHints::kNone:
36 case CompareOperationHints::kNone:
66 case ToBooleanHint::kNone:
95 if (hints == ToBooleanHint::kNone) return os << "None";
112 case kNone:
H A Drepresentation-change.h18 static Truncation None() { return Truncation(TruncationKind::kNone); }
58 kNone, member in class:v8::internal::compiler::final::TruncationKind
77 kNone, member in class:v8::internal::compiler::TypeCheckKind
98 TypeCheckKind type_check = TypeCheckKind::kNone)
136 return UseInfo(MachineRepresentation::kNone, Truncation::Any());
139 return UseInfo(MachineRepresentation::kNone, Truncation::Bool());
144 return UseInfo(MachineRepresentation::kNone, Truncation::None());
H A Dschedule.cc25 control_(kNone),
99 case BasicBlock::kNone:
197 DCHECK_EQ(BasicBlock::kNone, block->control());
222 DCHECK_EQ(BasicBlock::kNone, block->control());
233 DCHECK_EQ(BasicBlock::kNone, block->control());
244 DCHECK_EQ(BasicBlock::kNone, block->control());
255 DCHECK_EQ(BasicBlock::kNone, block->control());
263 DCHECK_EQ(BasicBlock::kNone, block->control());
271 DCHECK_EQ(BasicBlock::kNone, block->control());
279 DCHECK_EQ(BasicBlock::kNone, bloc
[all...]
H A Dcommon-operator.h24 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; member in class:v8::internal::compiler::BranchHint
28 case BranchHint::kNone:
67 BranchHint hint = BranchHint::kNone)
164 const Operator* Branch(BranchHint = BranchHint::kNone);
201 const Operator* Select(MachineRepresentation, BranchHint = BranchHint::kNone);
H A Dcontrol-builders.h48 void If(Node* condition, BranchHint hint = BranchHint::kNone);
135 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
136 void BreakUnless(Node* condition, BranchHint hint = BranchHint::kNone);
H A Ddiamond.h26 BranchHint hint = BranchHint::kNone) {
H A Drepresentation-change.cc19 case TruncationKind::kNone:
54 // kNone
68 return TruncationKind::kNone;
75 case TruncationKind::kNone:
115 if (output_rep == MachineRepresentation::kNone) {
121 if (use_info.type_check() == TypeCheckKind::kNone ||
138 DCHECK(use_info.type_check() == TypeCheckKind::kNone);
141 DCHECK(use_info.type_check() == TypeCheckKind::kNone);
148 DCHECK(use_info.type_check() == TypeCheckKind::kNone);
156 DCHECK(use_info.type_check() == TypeCheckKind::kNone);
[all...]
/external/libweave/src/privet/
H A Dprivet_types.h59 explicit UserInfo(AuthScope scope = AuthScope::kNone,
61 : scope_{scope}, id_{scope == AuthScope::kNone ? UserAppId{} : id} {}
105 kNone, enumerator in enum:weave::privet::final::Status
112 : status_(kNone), error_(std::move(error)) {}
H A Dprivet_types.cc44 {SetupState::kNone, nullptr},
59 {AuthScope::kNone, "none"},
H A Dcloud_delegate.cc167 CHECK(user_info.scope() != AuthScope::kNone);
192 CHECK(user_info.scope() != AuthScope::kNone);
203 CHECK(user_info.scope() != AuthScope::kNone);
213 CHECK(user_info.scope() != AuthScope::kNone);
315 CHECK(user_info.scope() != AuthScope::kNone);
338 SetupState setup_state_{SetupState::kNone};
/external/v8/src/crankshaft/arm64/
H A Ddelayed-masm-arm64.h27 scratch_register_used_(false), pending_(kNone), saved_value_(0) {
66 bool pending() { return pending_ != kNone; }
86 pending_ = kNone;
133 kNone, enumerator in enum:v8::internal::BASE_EMBEDDED::Pending
/external/v8/src/interpreter/
H A Dbytecode-traits.h18 static const OperandSize kUnscaledSize = OperandSize::kNone;
33 typedef OperandTypeInfoTraits<OperandTypeInfo::kNone> TypeInfoTraits;
34 static const OperandTypeInfo kOperandTypeInfo = OperandTypeInfo::kNone;
90 operand_3, OperandType::kNone};
99 OperandTraits<operand_3>::kOperandTypeInfo, OperandTypeInfo::kNone};
154 OperandType::kNone};
162 OperandTraits<operand_2>::kOperandTypeInfo, OperandTypeInfo::kNone};
212 OperandType::kNone};
219 OperandTraits<operand_1>::kOperandTypeInfo, OperandTypeInfo::kNone};
263 static const OperandType operand_types[] = {operand_0, OperandType::kNone};
[all...]
H A Dbytecode-pipeline.h58 : position_type_(PositionType::kNone),
114 bool is_valid() const { return position_type_ != PositionType::kNone; }
116 position_type_ = PositionType::kNone;
131 enum class PositionType : uint8_t { kNone, kExpression, kStatement }; member in class:v8::internal::interpreter::final::PositionType
H A Dbytecodes.h19 #define INVALID_OPERAND_TYPE_LIST(V) V(None, OperandTypeInfo::kNone)
79 V(Wide, AccumulatorUse::kNone) \
80 V(ExtraWide, AccumulatorUse::kNone) \
93 V(LdrUndefined, AccumulatorUse::kNone, OperandType::kRegOut) \
97 V(LdrGlobal, AccumulatorUse::kNone, OperandType::kIdx, OperandType::kRegOut) \
106 V(PopContext, AccumulatorUse::kNone, OperandType::kReg) \
109 V(LdrContextSlot, AccumulatorUse::kNone, OperandType::kReg, \
125 V(Mov, AccumulatorUse::kNone, OperandType::kReg, OperandType::kRegOut) \
130 V(LdrNamedProperty, AccumulatorUse::kNone, OperandType::kReg, \
176 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandTyp
271 kNone = 0, member in class:v8::internal::interpreter::AccumulatorUse
305 kNone = 0, member in class:v8::internal::interpreter::AccumulatorUse::OperandScale::OperandSize
[all...]
/external/skia/bench/
H A DPicturePlaybackBench.cpp147 enum BBH { kNone, kRTree }; enumerator in enum:BBH
153 case kNone: fName.append("_none" ); break;
168 case kNone: break;
216 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); )
217 DEF_BENCH( return new TiledPlaybackBench(kNone, kTiled ); )
/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp169 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
186 } else if (fDateStyle != DateFormat::kNone) {
188 } else if (fTimeStyle != DateFormat::kNone) {
205 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
/external/libweave/include/weave/
H A Dsettings.h17 kNone, member in class:weave::AuthScope
/external/v8/test/unittests/compiler/
H A Dlive-range-builder.h56 nullptr, UsePositionHintType::kNone);

Completed in 384 milliseconds

123456