Home
last modified time | relevance | path

Searched refs:is_bound (Results 1 – 25 of 65) sorted by relevance

123

/third_party/node/deps/v8/src/interpreter/
Dcontrol-flow-builders.cc15 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()
Dbytecode-label.h52 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()
Dbytecode-label.cc15 DCHECK(!is_bound()); in New()
Dbytecode-array-builder.cc1153 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()
Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/third_party/node/deps/v8/src/codegen/
Dlabel.h64 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function
93 DCHECK(is_bound()); in bind_to()
Dconstant-pool.cc53 DCHECK(!emitted_label_.is_bound()); in AddEntry()
185 bool emitted = emitted_label_.is_bound(); in Emit()
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc440 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()
Dstream_reader_url_loader.cc507 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/
Dassembler-s390.cc591 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/
Dmacro-assembler-loong64.cc1846 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 …]
Dassembler-loong64.cc537 } 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/
Drenderer_host_1070713.patch9 + if (!GetWidget()->GetAssociatedFrameWidget().is_bound())
/third_party/cef/libcef/browser/
Dframe_host_impl.cc466 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/
Dsoftware_output_device_proxy.cc29 DCHECK(layered_window_updater_.is_bound()); in SoftwareOutputDeviceProxy()
/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-generator.cc36 DCHECK(!l->is_bound()); in Bind()
52 if (l->is_bound()) { in EmitOrLink()
Dregexp-dotprinter.cc97 if (label->is_bound()) printer.PrintPositive("@", label->pos()); in PrintAttributes()
Dregexp-compiler.h515 if (!node->on_work_list() && !node->label()->is_bound()) { in AddWork()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc589 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/
Dassembler-ia32-inl.h208 if (label->is_bound()) { in emit_code_relative_offset()
Dassembler-ia32.cc198 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/
Dprint_view_manager.cc222 if (!pdf_print_receiver_.is_bound()) { in PrintToPDF()
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc1007 } 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/
Dassembler-mips64.cc933 } 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/
Dassembler-riscv64.cc616 } 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()

123