/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 60 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 D | feedback-source.cc | 14 DCHECK(!slot.IsInvalid()); in FeedbackSource()
|
H A D | feedback-source.h | 21 bool IsValid() const { return !vector.is_null() && !slot.IsInvalid(); } in IsValid()
|
H A D | node-properties.h | 258 static bool IsTyped(const Node* node) { return !node->type().IsInvalid(); } in IsTyped() 265 DCHECK(!type.IsInvalid()); in SetType()
|
H A D | access-info.cc | 606 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 D | access-info.h | 106 bool IsInvalid() const { return kind() == kInvalid; } in IsInvalid() function in v8::internal::compiler::final
|
H A D | simplified-lowering-verifier.cc | 44 DCHECK(!type.IsInvalid()); in CheckAndSet()
|
H A D | simplified-lowering.cc | 371 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 D | js-type-hint-lowering.cc | 449 DCHECK(!slot.IsInvalid()); in ReduceToNumberOperation()
|
H A D | types.h | 403 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 D | instruction.h | 735 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 D | gap-resolver.cc | 165 DCHECK(!source.IsInvalid()); // Or else it will look eliminated. in PerformMove()
|
H A D | instruction.cc | 353 DCHECK(!outputs[i].IsInvalid()); 357 DCHECK(!inputs[i].IsInvalid()); 361 DCHECK(!temps[i].IsInvalid());
|
H A D | instruction-selector.cc | 191 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 D | scanner.cc | 113 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 D | scanner.h | 277 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 D | RegisterBankInfo.cpp | 382 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 D | LoopInfo.h | 86 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 D | dateparser-inl.h | 73 if (next_unhandled_token.IsInvalid()) return false; in Parse()
|
H A D | dateparser.h | 141 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 D | RegisterBankInfo.h | 517 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 D | v8-inspector.h | 324 bool IsInvalid() const;
|
/third_party/node/deps/v8/include/ |
H A D | v8-inspector.h | 309 bool IsInvalid() const;
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.h | 500 if (slot_.IsInvalid()) slot_ = spec_->AddSlot(kind_); in Get()
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 470 bool IsInvalid() const { return id_ == kInvalidSlot; } in IsInvalid() function in v8::internal::FeedbackSlot
|