Home
last modified time | relevance | path

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

123

/external/v8/src/interpreter/
Dbytecode-label.h26 bool is_bound() const { return bound_; } in is_bound() function
44 return offset() != kInvalidOffset && !is_bound(); in is_forward_target()
69 bool is_bound() const { in is_bound() function
70 bool is_bound = !labels_.empty() && labels_.front().is_bound(); in is_bound() local
71 DCHECK(!is_bound || in is_bound()
73 [](const BytecodeLabel& l) { return l.is_bound(); })); in is_bound()
74 return is_bound; in is_bound()
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()
73 DCHECK(loop_header_.is_bound()); in JumpToHeader()
82 DCHECK(site.is_bound()); in ~SwitchBuilder()
163 if (!else_labels_.is_bound()) else_labels_.Bind(builder()); in ~ConditionalControlFlowBuilder()
166 DCHECK(end_labels_.empty() || end_labels_.is_bound()); in ~ConditionalControlFlowBuilder()
167 DCHECK(then_labels_.empty() || then_labels_.is_bound()); in ~ConditionalControlFlowBuilder()
168 DCHECK(else_labels_.empty() || else_labels_.is_bound()); in ~ConditionalControlFlowBuilder()
Dbytecode-array-writer.cc113 DCHECK(!label->is_bound()); in BindLabel()
114 DCHECK(target.is_bound()); in BindLabel()
128 DCHECK(!jump_table->is_bound(case_value)); in BindJumpTableEntry()
383 if (label->is_bound()) { in EmitJump()
Dbytecode-label.cc15 DCHECK(!is_bound()); in New()
Dbytecode-array-builder.cc1064 DCHECK(!label->is_bound()); in Jump()
1071 DCHECK(!label->is_bound()); in JumpIfTrue()
1083 DCHECK(!label->is_bound()); in JumpIfFalse()
1094 DCHECK(!label->is_bound()); in JumpIfNull()
1101 DCHECK(!label->is_bound()); in JumpIfNotNull()
1108 DCHECK(!label->is_bound()); in JumpIfUndefined()
1115 DCHECK(!label->is_bound()); in JumpIfNotUndefined()
1158 DCHECK(!label->is_bound()); in JumpIfJSReceiver()
1165 DCHECK(label->is_bound()); in JumpLoop()
Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/external/libchrome/mojo/public/cpp/bindings/
Dbinding.h108 DCHECK(is_bound()); in AddFilter()
178 DCHECK(is_bound()); in set_connection_error_handler()
184 DCHECK(is_bound()); in set_connection_error_with_reason_handler()
195 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
197 explicit operator bool() const { return internal_state_.is_bound(); }
Dinterface_ptr.h93 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
138 if (internal_state_.is_bound()) in ResetWithReason()
208 explicit operator bool() const { return internal_state_.is_bound(); }
Dassociated_interface_ptr.h83 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
127 if (internal_state_.is_bound()) in ResetWithReason()
171 explicit operator bool() const { return internal_state_.is_bound(); }
Dstrong_binding.h63 DCHECK(binding_.is_bound()); in set_connection_error_handler()
70 DCHECK(binding_.is_bound()); in set_connection_error_with_reason_handler()
Dstrong_associated_binding.h65 DCHECK(binding_.is_bound()); in set_connection_error_handler()
72 DCHECK(binding_.is_bound()); in set_connection_error_with_reason_handler()
Dassociated_binding.h61 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h57 DCHECK(is_bound()); in set_connection_error_handler()
63 DCHECK(is_bound()); in set_connection_error_with_reason_handler()
68 bool is_bound() const { return !!router_; } in is_bound() function
71 DCHECK(is_bound()); in handle()
Dassociated_binding.cc34 DCHECK(is_bound()); in set_connection_error_handler()
40 DCHECK(is_bound()); in set_connection_error_with_reason_handler()
Dbinding_state.cc73 DCHECK(is_bound()); in EnableTestingMode()
90 DCHECK(!is_bound()) << "Attempting to bind interface that is already bound: " in BindInternal()
Dassociated_interface_ptr_state.h45 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
Dinterface_ptr_state.h47 bool is_bound() const { return handle_.is_valid() || endpoint_client_; } in is_bound() function
/external/v8/src/
Dlabel.h57 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function
86 DCHECK(is_bound()); in bind_to()
Dassembler.cc188 DCHECK(!emitted_label_.is_bound()); in AddEntry()
319 bool emitted = emitted_label_.is_bound(); in Emit()
/external/v8/src/s390/
Dassembler-s390.cc542 DCHECK(!L->is_bound()); // label can only be bound once in bind()
558 DCHECK(L->is_bound()); in is_near()
559 if (L->is_bound() == false) return false; in is_near()
569 if (L->is_bound()) { in link()
590 if (L->is_bound()) { in load_label_offset()
611 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound) { in branchOnCond() argument
613 if (is_bound && is_int16(offset_in_halfwords)) { in branchOnCond()
812 DCHECK(label->is_bound()); in emit_label_addr()
/external/libchrome/ipc/
Dipc_message_pipe_reader.cc48 if (binding_.is_bound()) in Close()
74 if (!sender_.is_bound()) in GetRemoteInterface()
Dipc_message_pipe_reader.h78 bool IsValid() { return sender_.is_bound(); } in COMPONENT_EXPORT()
Dipc_channel_mojo.cc130 if (!message_reader_ || !message_reader_->sender().is_bound()) in ForwardMessageFromThreadSafePtr()
140 if (!message_reader_ || !message_reader_->sender().is_bound()) in ForwardMessageWithResponderFromThreadSafePtr()
Dipc_channel_mojo_unittest.cc703 DCHECK(!binding_.is_bound()); in BindRequest()
898 DCHECK(!binding_.is_bound()); in BindRequest()
999 DCHECK(!driver_binding_.is_bound()); in OnAssociatedInterfaceRequest()
1128 DCHECK(!binding_.is_bound()); in OnAssociatedInterfaceRequest()
1135 DCHECK(!binding_.is_bound()); in BindRequest()
1261 DCHECK(!binding_.is_bound()); in OnAssociatedInterfaceRequest()
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc43 DCHECK(!l->is_bound()); in Bind()
58 if (l->is_bound()) { in EmitOrLink()

123