/external/v8/src/ |
D | type-info.cc | 77 if (!slot.IsInvalid()) { in LoadInlineCacheState() 95 if (!slot.IsInvalid()) { in StoreIsUninitialized() 141 if (!slot.IsInvalid() && in GetStoreModeAndKeyType() 285 if (!slot.IsInvalid()) { in PropertyReceiverTypes() 297 if (slot.IsInvalid()) { in KeyedPropertyReceiverTypes() 330 if (!slot.IsInvalid()) CollectReceiverTypes(slot, receiver_types); in CountReceiverTypes()
|
D | dateparser.h | 128 bool IsInvalid() { return tag_ == kInvalidTokenTag; } in IsInvalid() function
|
D | dateparser-inl.h | 76 if (next_unhandled_token.IsInvalid()) return false; in Parse()
|
D | utils.h | 1070 bool IsInvalid() const { return id_ == kInvalidSlot; }
|
/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()
|
D | SemaDeclCXX.cpp | 75 bool IsInvalid = false; in VisitExpr() local 77 IsInvalid |= Visit(SubStmt); in VisitExpr() 78 return IsInvalid; in VisitExpr() 7179 bool IsInvalid = false; in ActOnStartNamespaceDef() local 7212 IsInvalid = true; in ActOnStartNamespaceDef() 7244 if (IsInvalid) in ActOnStartNamespaceDef()
|
/external/v8/src/compiler/ |
D | instruction.h | 569 DCHECK(!source.IsInvalid() && !destination.IsInvalid()); in MoveOperands() 585 return destination_.IsInvalid() && !source_.IsInvalid(); in IsPending() 597 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant()); in IsRedundant() 604 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid()); in IsEliminated() 605 return source_.IsInvalid(); in IsEliminated()
|
D | gap-resolver.cc | 49 DCHECK(!move->source().IsInvalid()); // Or else it will look eliminated. in PerformMove()
|
D | instruction-selector.cc | 123 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit() 132 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit() 142 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit() 156 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit() 168 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit() 180 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit() 193 size_t output_count = output.IsInvalid() ? 0 : 1; in Emit()
|
D | instruction.cc | 276 DCHECK(!outputs[i].IsInvalid()); in Instruction() 280 DCHECK(!inputs[i].IsInvalid()); in Instruction() 284 DCHECK(!temps[i].IsInvalid()); in Instruction()
|
D | js-operator.h | 28 bool IsValid() const { return !vector_.is_null() && !slot_.IsInvalid(); } in IsValid()
|
D | register-allocator.cc | 3027 if (!spill_operand.IsInvalid()) { in CommitAssignment() 3168 if (!spill_operand.IsInvalid() && safe_point >= spill_index) { in PopulateReferenceMaps()
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
D | fwl_noteimp.h | 120 FX_BOOL IsInvalid() { return m_bInvalid; } in IsInvalid() function
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 321 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local 323 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression() 324 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression() 326 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression() 327 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_noteimp.cpp | 140 if (pEventTarget && !pEventTarget->IsInvalid()) { in SendNote() 795 if (pEventTarget && (bRemoveAll || pEventTarget->IsInvalid())) { in ClearInvalidEventTargets()
|
/external/v8/src/ast/ |
D | ast.h | 850 DCHECK(!for_in_feedback_slot_.IsInvalid()); in ForInFeedbackSlot() 2049 DCHECK(!callnew_feedback_slot_.IsInvalid()); in CallNewFeedbackSlot() 2570 DCHECK(!HasFeedbackSlots() || !yield_first_feedback_slot_.IsInvalid()); in KeyedLoadFeedbackSlot()
|
D | prettyprinter.cc | 474 if (!slot.IsInvalid()) { in FormatSlotNode()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 4659 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 4775 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 4752 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 4667 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 4672 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 4740 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 4761 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 4748 DCHECK(!slot.IsInvalid()); in EmitLoadStoreICSlot()
|