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

12

/external/pdfium/xfa/fwl/
H A Dcfwl_eventtarget.h26 bool IsInvalid() const { return m_bInvalid; } function in class:CFWL_EventTarget
H A Dcfwl_notedriver.cpp44 if (pEventTarget && !pEventTarget->IsInvalid())
452 if (old->second && (bRemoveAll || old->second->IsInvalid())) {
/external/v8/src/
H A Dtype-info.cc76 if (!slot.IsInvalid()) {
94 if (!slot.IsInvalid()) {
140 if (!slot.IsInvalid() &&
251 DCHECK(!slot.IsInvalid());
303 if (slot.IsInvalid()) {
319 DCHECK(!slot.IsInvalid());
370 if (slot.IsInvalid()) {
375 DCHECK(!slot.IsInvalid());
402 if (!slot.IsInvalid()) {
414 if (slot.IsInvalid()) {
[all...]
H A Ddateparser-inl.h75 if (next_unhandled_token.IsInvalid()) return false;
H A Ddateparser.h128 bool IsInvalid() { return tag_ == kInvalidTokenTag; } function in struct:v8::internal::DateParser::DateToken
H A Dutils.h891 bool IsInvalid() const { return id_ == kInvalidSlot; }
/external/clang/lib/Sema/
H A DSemaCoroutine.cpp171 bool IsInvalid; member in struct:ReadySuspendResumeResult
211 Calls.IsInvalid = false;
251 if (RSS.IsInvalid)
318 if (RSS.IsInvalid)
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h79 bool IsInvalid = false; member in class:llvm::LoopBase
153 void invalidate() { IsInvalid = true; }
156 bool isInvalid() { return IsInvalid; }
/external/v8/src/compiler/
H A Dinstruction.h675 DCHECK(!source.IsInvalid() && !destination.IsInvalid());
691 return destination_.IsInvalid() && !source_.IsInvalid();
698 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant());
705 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid());
706 return source_.IsInvalid();
H A Dgap-resolver.cc146 DCHECK(!source.IsInvalid()); // Or else it will look eliminated.
H A Dinstruction-selector.cc135 size_t output_count = output.IsInvalid() ? 0 : 1;
144 size_t output_count = output.IsInvalid() ? 0 : 1;
154 size_t output_count = output.IsInvalid() ? 0 : 1;
168 size_t output_count = output.IsInvalid() ? 0 : 1;
180 size_t output_count = output.IsInvalid() ? 0 : 1;
192 size_t output_count = output.IsInvalid() ? 0 : 1;
205 size_t output_count = output.IsInvalid() ? 0 : 1;
1988 size_t output_count = output.IsInvalid() ? 0 : 1;
1998 size_t output_count = output.IsInvalid() ? 0 : 1;
H A Dinstruction.cc324 DCHECK(!outputs[i].IsInvalid());
328 DCHECK(!inputs[i].IsInvalid());
332 DCHECK(!temps[i].IsInvalid());
H A Djs-operator.h30 bool IsValid() const { return !vector_.is_null() && !slot_.IsInvalid(); }
H A Dast-graph-builder.cc1096 DCHECK(!slot.IsInvalid());
1138 DCHECK(!slot.IsInvalid());
3118 if (slot.IsInvalid()) return 0.0f;
H A Dregister-allocator.cc3545 if (!spill_operand.IsInvalid()) {
3684 if (!spill_operand.IsInvalid() && safe_point >= spill_index) {
/external/clang/lib/Parse/
H A DParseExpr.cpp324 bool IsInvalid = false; local
326 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
327 if (!IsInvalid && *SourcePtr == ' ') {
329 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
330 if (!IsInvalid && *SourcePtr == ' ') {
/external/pdfium/third_party/base/numerics/
H A Dsafe_conversions_impl.h148 constexpr bool IsInvalid() const { return is_overflow_ && is_underflow_; } function in class:pdfium::base::internal::RangeCheck
/external/v8/src/ast/
H A Dprettyprinter.cc441 if (!slot.IsInvalid()) {
H A Dast.h741 DCHECK(!for_in_feedback_slot_.IsInvalid());
1975 DCHECK(!callnew_feedback_slot_.IsInvalid());
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc787 DCHECK(!slot.IsInvalid());
836 DCHECK(!slot.IsInvalid());
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc782 DCHECK(!slot.IsInvalid());
831 DCHECK(!slot.IsInvalid());
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc735 DCHECK(!slot.IsInvalid());
783 DCHECK(!slot.IsInvalid());
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc755 DCHECK(!slot.IsInvalid());
804 DCHECK(!slot.IsInvalid());
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc730 DCHECK(!slot.IsInvalid());
778 DCHECK(!slot.IsInvalid());
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc749 DCHECK(!slot.IsInvalid());
797 DCHECK(!slot.IsInvalid());

Completed in 598 milliseconds

12