/third_party/node/deps/v8/src/interpreter/ |
D | control-flow-builders.cc | 15 DCHECK(break_labels_.empty() || break_labels_.is_bound()); in ~BreakableControlFlowBuilder() 49 DCHECK(continue_labels_.empty() || continue_labels_.is_bound()); in ~LoopBuilder() 50 DCHECK(end_labels_.empty() || end_labels_.is_bound()); in ~LoopBuilder() 99 DCHECK(!site.has_referrer_jump() || site.is_bound()); in ~SwitchBuilder() 211 if (!else_labels_.is_bound()) else_labels_.Bind(builder()); in ~ConditionalControlFlowBuilder() 214 DCHECK(end_labels_.empty() || end_labels_.is_bound()); in ~ConditionalControlFlowBuilder() 215 DCHECK(then_labels_.empty() || then_labels_.is_bound()); in ~ConditionalControlFlowBuilder() 216 DCHECK(else_labels_.empty() || else_labels_.is_bound()); in ~ConditionalControlFlowBuilder()
|
D | bytecode-label.h | 52 bool is_bound() const { return bound_; } in is_bound() function 94 bool is_bound() const { in is_bound() function 98 return !l.has_referrer_jump() || l.is_bound(); in is_bound()
|
D | bytecode-label.cc | 15 DCHECK(!is_bound()); in New()
|
D | bytecode-array-builder.cc | 1153 DCHECK(!label->is_bound()); in Jump() 1160 DCHECK(!label->is_bound()); in JumpIfTrue() 1172 DCHECK(!label->is_bound()); in JumpIfFalse() 1183 DCHECK(!label->is_bound()); in JumpIfNull() 1190 DCHECK(!label->is_bound()); in JumpIfNotNull() 1197 DCHECK(!label->is_bound()); in JumpIfUndefined() 1204 DCHECK(!label->is_bound()); in JumpIfUndefinedOrNull() 1211 DCHECK(!label->is_bound()); in JumpIfNotUndefined() 1254 DCHECK(!label->is_bound()); in JumpIfJSReceiver()
|
D | bytecode-jump-table.h | 42 bool is_bound(int case_value) const { in is_bound() function
|
/third_party/node/deps/v8/src/codegen/ |
D | label.h | 64 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function 93 DCHECK(is_bound()); in bind_to()
|
D | constant-pool.cc | 53 DCHECK(!emitted_label_.is_bound()); in AddEntry() 185 bool emitted = emitted_label_.is_bound(); in Emit()
|
/third_party/cef/libcef/browser/net_service/ |
D | proxy_url_loader_factory.cc | 440 if (proxied_client_receiver_.is_bound()) { in Restart() 445 if (header_client_receiver_.is_bound()) in Restart() 449 factory_->url_loader_header_client_receiver_.is_bound(); in Restart() 523 if (proxied_client_receiver_.is_bound()) in OnBeforeSendHeaders() 844 if (proxied_client_receiver_.is_bound()) in HandleResponseOrRedirectHeaders() 896 if (proxied_client_receiver_.is_bound()) in ContinueToHandleOverrideHeaders() 942 if (proxied_client_receiver_.is_bound()) in ContinueToBeforeRedirect() 1047 if (proxied_client_receiver_.is_bound()) in ContinueToResponseStarted() 1111 if (proxied_loader_receiver_.is_bound() && in CallOnComplete() 1400 if (target_factory_.is_bound() || !requests_.empty()) in MaybeDestroySelf()
|
D | stream_reader_url_loader.cc | 507 if (header_client_.is_bound()) { in Start() 526 DCHECK(header_client_.is_bound()); in ContinueWithRequestHeaders() 648 if (header_client_.is_bound()) { in HeadersComplete() 671 DCHECK(header_client_.is_bound()); in ContinueWithResponseHeaders() 682 DCHECK(client_.is_bound()); in ContinueWithResponseHeaders()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.cc | 591 DCHECK(!L->is_bound()); // label can only be bound once in bind() 608 if (L->is_bound()) { in link() 629 if (L->is_bound()) { in load_label_offset() 650 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound, in branchOnCond() argument 653 if (is_bound && is_int16(offset_in_halfwords) && !force_long_branch) { in branchOnCond() 845 DCHECK(label->is_bound()); in emit_label_addr()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.cc | 1846 bool long_branch = target->is_bound() in CallRecordWriteStub() 1860 bool long_branch = target->is_bound() in CallRecordWriteStub() 2213 if (L->is_bound()) { in CallRecordWriteStub() 2284 if (L->is_bound() && !is_near(L, OffsetSize::kOffset26)) return false; in CallRecordWriteStub() 2296 if (L->is_bound() && !is_near(L, OffsetSize::kOffset16)) return false; in CallRecordWriteStub() 2301 if (L->is_bound() && !is_near(L, OffsetSize::kOffset21)) return false; in CallRecordWriteStub() 2306 if (L->is_bound() && !is_near(L, OffsetSize::kOffset16)) return false; in CallRecordWriteStub() 2316 if (L->is_bound() && !is_near(L, OffsetSize::kOffset16)) return false; in CallRecordWriteStub() 2323 if (L->is_bound() && !is_near(L, OffsetSize::kOffset21)) return false; in CallRecordWriteStub() 2328 if (L->is_bound() && !is_near(L, OffsetSize::kOffset16)) return false; in CallRecordWriteStub() [all …]
|
D | assembler-loong64.cc | 537 } else if (L->is_bound()) { in print() 606 DCHECK(!L->is_bound()); // Label can only be bound once. in bind() 625 DCHECK(L->is_bound()); in is_near_c() 630 DCHECK(L->is_bound()); in is_near() 636 DCHECK(L->is_bound()); in is_near_a() 888 if (L->is_bound()) { in jump_address() 908 if (L->is_bound()) { in branch_long_offset() 928 if (L->is_bound()) { in branch_offset_helper() 953 if (L->is_bound()) { in label_at_put() 2198 if (label->is_bound()) { in dd()
|
/third_party/cef/patch/patches/ |
D | renderer_host_1070713.patch | 9 + if (!GetWidget()->GetAssociatedFrameWidget().is_bound())
|
/third_party/cef/libcef/browser/ |
D | frame_host_impl.cc | 466 if (render_frame_.is_bound() && render_frame_host_ == render_frame_host) { in MaybeReAttach() 473 CHECK(!render_frame_.is_bound()); in MaybeReAttach() 540 if (!render_frame_.is_bound()) { in SendToRenderFrame()
|
/third_party/cef/libcef/browser/osr/ |
D | software_output_device_proxy.cc | 29 DCHECK(layered_window_updater_.is_bound()); in SoftwareOutputDeviceProxy()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-generator.cc | 36 DCHECK(!l->is_bound()); in Bind() 52 if (l->is_bound()) { in EmitOrLink()
|
D | regexp-dotprinter.cc | 97 if (label->is_bound()) printer.PrintPositive("@", label->pos()); in PrintAttributes()
|
D | regexp-compiler.h | 515 if (!node->on_work_list() && !node->label()->is_bound()) { in AddWork()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 589 DCHECK(!L->is_bound()); // label can only be bound once in bind() 605 DCHECK(L->is_bound()); in is_near() 606 if (L->is_bound() == false) return false; in is_near() 678 if (L->is_bound()) { in link() 1453 if (label->is_bound()) { in mov_label_offset() 1480 if (label->is_bound()) { in add_label_offset() 1509 if (label->is_bound()) { in mov_label_addr() 1538 if (label->is_bound()) { in emit_label_addr()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32-inl.h | 208 if (label->is_bound()) { in emit_code_relative_offset()
|
D | assembler-ia32.cc | 198 DCHECK(!L->is_bound()); in init() 1531 } else if (L->is_bound()) { in print() 1606 DCHECK(!L->is_bound()); // label can only be bound once in bind() 1628 if (L->is_bound()) { in call() 1689 if (L->is_bound()) { in jmp() 1746 if (L->is_bound()) { in j() 3393 if (label->is_bound()) { in emit_label()
|
/third_party/cef/libcef/browser/printing/ |
D | print_view_manager.cc | 222 if (!pdf_print_receiver_.is_bound()) { in PrintToPDF()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.cc | 1007 } else if (L->is_bound()) { in print() 1074 DCHECK(!L->is_bound()); // Label can only be bound once. in bind() 1090 DCHECK(L->is_bound()); in is_near() 1095 if (L == nullptr || !L->is_bound()) return true; in is_near() 1100 DCHECK(L->is_bound()); in is_near_branch() 1400 if (L->is_bound()) { in jump_address() 1421 if (L->is_bound()) { in branch_long_offset() 1445 if (L->is_bound()) { in branch_offset_helper() 1470 if (L->is_bound()) { in label_at_put() 3616 if (label->is_bound()) { in dd()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 933 } else if (L->is_bound()) { in print() 1002 DCHECK(!L->is_bound()); // Label can only be bound once. in bind() 1018 DCHECK(L->is_bound()); in is_near() 1023 if (L == nullptr || !L->is_bound()) return true; in is_near() 1029 DCHECK(L->is_bound()); in is_near_branch() 1327 if (L->is_bound()) { in jump_address() 1348 if (L->is_bound()) { in jump_offset() 1368 if (L->is_bound()) { in branch_long_offset() 1389 if (L->is_bound()) { in branch_offset_helper() 1414 if (L->is_bound()) { in label_at_put() [all …]
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.cc | 616 } else if (L->is_bound()) { in print() 697 DCHECK(!L->is_bound()); // Label can only be bound once. in bind() 715 DCHECK(L->is_bound()); in is_near() 720 if (L == nullptr || !L->is_bound()) return true; in is_near() 725 DCHECK(L->is_bound()); in is_near_branch() 1396 if (L->is_bound()) { in jump_address() 1427 if (L->is_bound()) { in branch_long_offset() 1458 if (L->is_bound()) { in branch_offset_helper() 1488 if (L->is_bound()) { in label_at_put() 3705 if (label->is_bound()) { in dd()
|