Home
last modified time | relevance | path

Searched refs:IsInvalid (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc60 DCHECK(externalParent->IsInvalid() || !*asyncParent); in calculateAsyncChain()
106 if (!externalParent.IsInvalid()) { in buildInspectorObjectCommon()
158 bool V8StackTraceId::IsInvalid() const { return !id; } in IsInvalid() function in v8_inspector::V8StackTraceId
161 if (IsInvalid()) return nullptr; in ToString()
243 if (frames.empty() && !asyncParent && externalParent.IsInvalid()) in create()
423 if (frames.empty() && !asyncParent && externalParent.IsInvalid()) in capture()
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.cc14 DCHECK(!slot.IsInvalid()); in FeedbackSource()
H A Dfeedback-source.h21 bool IsValid() const { return !vector.is_null() && !slot.IsInvalid(); } in IsValid()
H A Dnode-properties.h258 static bool IsTyped(const Node* node) { return !node->type().IsInvalid(); } in IsTyped()
265 DCHECK(!type.IsInvalid()); in SetType()
H A Daccess-info.cc606 if (!access_info.IsInvalid()) return access_info; in AccessorAccessInfoHelper()
732 if (!access_info.IsInvalid()) return access_info; in ComputePropertyAccessInfo()
941 if (!result.IsInvalid()) { in FinalizePropertyAccessInfosAsOne()
963 if (info.IsInvalid()) return false; in FinalizePropertyAccessInfos()
H A Daccess-info.h106 bool IsInvalid() const { return kind() == kInvalid; } in IsInvalid() function in v8::internal::compiler::final
H A Dsimplified-lowering-verifier.cc44 DCHECK(!type.IsInvalid()); in CheckAndSet()
H A Dsimplified-lowering.cc371 return type.IsInvalid() ? NodeProperties::GetType(node) : type; in TypeOf()
376 return type.IsInvalid() ? Type::None() : type; in FeedbackTypeOf()
401 if (GetInfo(node->InputAt(i))->feedback_type().IsInvalid()) { in UpdateFeedbackType()
481 if (!type.IsInvalid()) { in UpdateFeedbackType()
505 if (type.IsInvalid()) { in UpdateFeedbackType()
517 if (!type.IsInvalid() && new_type.Is(type)) return false; in UpdateFeedbackType()
538 if (!feedback_type.IsInvalid() && feedback_type != static_type) { in PrintNodeFeedbackType()
567 if (current.IsInvalid() || previous.IsInvalid()) { in Weaken()
756 if (!info->feedback_type().IsInvalid()) { in RunVerifyPhase()
[all...]
H A Djs-type-hint-lowering.cc449 DCHECK(!slot.IsInvalid()); in ReduceToNumberOperation()
H A Dtypes.h403 bool IsInvalid() const { return payload_ == uint64_t{0}; } in IsInvalid() function in v8::internal::compiler::BitsetType::Type
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h735 DCHECK(!source.IsInvalid() && !destination.IsInvalid()); in MoveOperands()
754 return destination_.IsInvalid() && !source_.IsInvalid(); in IsPending()
761 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant()); in IsRedundant()
768 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid()); in IsEliminated()
769 return source_.IsInvalid(); in IsEliminated()
H A Dgap-resolver.cc165 DCHECK(!source.IsInvalid()); // Or else it will look eliminated. in PerformMove()
H A Dinstruction.cc353 DCHECK(!outputs[i].IsInvalid());
357 DCHECK(!inputs[i].IsInvalid());
361 DCHECK(!temps[i].IsInvalid());
H A Dinstruction-selector.cc191 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
199 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
208 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
221 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
232 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
243 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
255 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc113 bool Scanner::IsInvalid(base::uc32 c) { in IsInvalid() function in v8::internal::Scanner
393 if (IsInvalid(c)) return false; in ScanEscape()
401 if (IsInvalid(c)) return false; in ScanEscape()
H A Dscanner.h277 static bool IsInvalid(base::uc32 c);
555 DCHECK(IsInvalid(c0_) || in PushBack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp382 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl()
385 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()
387 !IsInvalid) && in getInstructionMappingImpl()
381 getInstructionMappingImpl( bool IsInvalid, unsigned ID, unsigned Cost, const RegisterBankInfo::ValueMapping *OperandsMapping, unsigned NumOperands) const getInstructionMappingImpl() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h86 bool IsInvalid = false; member in llvm::LoopBase
193 /// helper is "assert(L.isInvalid())" or equivalent, since IsInvalid is set to
200 return IsInvalid; in isInvalid()
489 IsInvalid = true; in ~LoopBase()
/third_party/node/deps/v8/src/date/
H A Ddateparser-inl.h73 if (next_unhandled_token.IsInvalid()) return false; in Parse()
H A Ddateparser.h141 bool IsInvalid() { return tag_ == kInvalidTokenTag; } in IsInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h517 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
528 return getInstructionMappingImpl(/*IsInvalid*/ false, ID, Cost,
534 return getInstructionMappingImpl(/*IsInvalid*/ true);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h324 bool IsInvalid() const;
/third_party/node/deps/v8/include/
H A Dv8-inspector.h309 bool IsInvalid() const;
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h500 if (slot_.IsInvalid()) slot_ = spec_->AddSlot(kind_); in Get()
/third_party/node/deps/v8/src/utils/
H A Dutils.h470 bool IsInvalid() const { return id_ == kInvalidSlot; } in IsInvalid() function in v8::internal::FeedbackSlot

Completed in 35 milliseconds

12