/external/v8/src/compiler/ |
D | js-type-hint-lowering.cc | 221 DCHECK(!slot.IsInvalid()); in ReduceUnaryOperation() 285 DCHECK(!slot.IsInvalid()); in ReduceBinaryOperation() 301 DCHECK(!slot.IsInvalid()); in ReduceBinaryOperation() 315 DCHECK(!slot.IsInvalid()); in ReduceBinaryOperation() 337 DCHECK(!slot.IsInvalid()); in ReduceBinaryOperation() 364 DCHECK(!slot.IsInvalid()); in ReduceForInNextOperation() 378 DCHECK(!slot.IsInvalid()); in ReduceForInPrepareOperation() 390 DCHECK(!slot.IsInvalid()); in ReduceToNumberOperation() 408 DCHECK(!slot.IsInvalid()); in ReduceCallOperation() 423 DCHECK(!slot.IsInvalid()); in ReduceConstructOperation() [all …]
|
D | node-properties.h | 188 static bool IsTyped(Node* node) { return !node->type().IsInvalid(); } in IsTyped() 195 DCHECK(!type.IsInvalid()); in SetType()
|
D | instruction.h | 676 DCHECK(!source.IsInvalid() && !destination.IsInvalid()); in NON_EXPORTED_BASE() 692 return destination_.IsInvalid() && !source_.IsInvalid(); in NON_EXPORTED_BASE() 699 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant()); in NON_EXPORTED_BASE() 706 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid()); in NON_EXPORTED_BASE() 707 return source_.IsInvalid(); in NON_EXPORTED_BASE()
|
D | gap-resolver.cc | 141 DCHECK(!source.IsInvalid()); // Or else it will look eliminated. in PerformMove()
|
D | instruction.cc | 347 DCHECK(!outputs[i].IsInvalid()); in Instruction() 351 DCHECK(!inputs[i].IsInvalid()); in Instruction() 355 DCHECK(!temps[i].IsInvalid()); in Instruction()
|
D | simplified-lowering.cc | 393 return type.IsInvalid() ? NodeProperties::GetType(node) : type; in TypeOf() 398 return type.IsInvalid() ? Type::None() : type; in FeedbackTypeOf() 427 if (GetInfo(node->InputAt(i))->feedback_type().IsInvalid()) { in UpdateFeedbackType() 495 if (!type.IsInvalid()) { in UpdateFeedbackType() 519 if (type.IsInvalid()) { in UpdateFeedbackType() 531 if (!type.IsInvalid() && new_type.Is(type)) return false; in UpdateFeedbackType() 552 if (!feedback_type.IsInvalid() && feedback_type != static_type) { in PrintNodeFeedbackType() 581 if (current.IsInvalid() || previous.IsInvalid()) { in Weaken() 775 if (input_type.IsInvalid()) { in ConvertInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/ |
D | SnippetGeneratorTest.cpp | 30 MATCHER(IsInvalid, "") { return !arg.isValid(); } 90 EXPECT_THAT(II.VariableValues[0], IsInvalid()) << "Immediate is not set"; in TEST_F() 109 EXPECT_THAT(II.VariableValues[1], IsInvalid()) << "Operand 2 is not set"; in TEST_F() 125 EXPECT_THAT(II.VariableValues, AnyOf(ElementsAre(IsReg(), IsInvalid()), in TEST_F() 126 ElementsAre(IsInvalid(), IsReg()))); in TEST_F() 154 EXPECT_THAT(II.VariableValues[0], IsInvalid()); in TEST_F() 155 EXPECT_THAT(II.VariableValues[1], IsInvalid()); in TEST_F() 215 EXPECT_THAT(II.VariableValues[3], IsInvalid()); in TEST_F()
|
/external/v8/src/inspector/ |
D | v8-stack-trace-impl.cc | 42 DCHECK(externalParent->IsInvalid() || !*asyncParent); in calculateAsyncChain() 49 (*asyncParent)->externalParent().IsInvalid() && in calculateAsyncChain() 100 if (!externalParent.IsInvalid()) { in buildInspectorObjectCommon() 118 bool V8StackTraceId::IsInvalid() const { return !id; } in IsInvalid() function in v8_inspector::V8StackTraceId 199 if (frames.empty() && !asyncParent && externalParent.IsInvalid()) in create() 364 if (frames.empty() && !asyncParent && externalParent.IsInvalid()) in capture() 375 DCHECK(contextGroupId || asyncParent || !externalParent.IsInvalid()); in capture() 397 DCHECK(m_contextGroupId || (!externalParent.IsInvalid() && m_frames.empty())); in AsyncStackTrace()
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 171 bool IsInvalid; member 211 Calls.IsInvalid = false; in buildCoawaitCalls() 251 if (RSS.IsInvalid) in BuildCoawaitExpr() 318 if (RSS.IsInvalid) in BuildCoyieldExpr()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | SafeHandleZeroIsInvalid.cs | 33 public override bool IsInvalid property in Grpc.Core.Internal.SafeHandleZeroIsInvalid
|
D | AuthContextSafeHandle.cs | 44 if (IsInvalid) in ToAuthContext()
|
/external/v8/src/ |
D | vector-slot-pair.h | 25 bool IsValid() const { return !vector_.is_null() && !slot_.IsInvalid(); } in IsValid()
|
D | dateparser.h | 128 bool IsInvalid() { return tag_ == kInvalidTokenTag; } in IsInvalid() function
|
D | dateparser-inl.h | 75 if (next_unhandled_token.IsInvalid()) return false; in Parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 348 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl() argument 351 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl() 353 !IsInvalid) && in getInstructionMappingImpl() 366 if (IsInvalid) in getInstructionMappingImpl()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | CallCredentials.cs | 121 if (nativeComposite.IsInvalid) in ToNativeRecursive()
|
D | ChannelCredentials.cs | 205 if (nativeComposite.IsInvalid) in CreateNativeCredentials()
|
D | Server.cs | 369 if (!newRpc.Call.IsInvalid) in HandleNewServerRpc()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ChannelOptionsTest.cs | 64 Assert.IsTrue(channelArgs.IsInvalid); in CreateChannelArgsNull()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 79 bool IsInvalid = false; variable 153 void invalidate() { IsInvalid = true; } in invalidate() 156 bool isInvalid() { return IsInvalid; } in isInvalid()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 81 bool IsInvalid = false; variable 195 return IsInvalid; in isInvalid() 439 IsInvalid = true; in ~LoopBase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 515 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 703 DCHECK(!slot.IsInvalid()); in AddFunctionDeclaration() 708 DCHECK(!slot.IsInvalid()); in AddUndefinedDeclaration() 735 if (declaration.literal_slot.IsInvalid()) { in AllocateDeclarations() 2386 if (keyed_store_slot.IsInvalid()) { in BuildArrayLiteralElementsInsertion() 5090 DCHECK(!slot.IsInvalid()); in feedback_index() 5101 if (!slot.IsInvalid()) { in GetCachedLoadGlobalICSlot() 5115 if (!slot.IsInvalid()) { in GetCachedStoreGlobalICSlot() 5135 if (!slot.IsInvalid()) { in GetCachedLoadICSlot() 5157 if (!slot.IsInvalid()) { in GetCachedStoreICSlot() 5169 if (!slot.IsInvalid()) { in GetCachedCreateClosureSlot() [all …]
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 324 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local 326 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression() 327 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression() 329 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression() 330 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
|
/external/v8/include/ |
D | v8-inspector.h | 236 bool IsInvalid() const;
|