/external/v8/src/interpreter/ |
D | bytecode-label.h | 26 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()
|
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() 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()
|
D | bytecode-array-writer.cc | 113 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()
|
D | bytecode-label.cc | 15 DCHECK(!is_bound()); in New()
|
D | bytecode-array-builder.cc | 1064 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()
|
D | bytecode-jump-table.h | 42 bool is_bound(int case_value) const { in is_bound() function
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | binding.h | 108 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(); }
|
D | interface_ptr.h | 93 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(); }
|
D | associated_interface_ptr.h | 83 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(); }
|
D | strong_binding.h | 63 DCHECK(binding_.is_bound()); in set_connection_error_handler() 70 DCHECK(binding_.is_bound()); in set_connection_error_with_reason_handler()
|
D | strong_associated_binding.h | 65 DCHECK(binding_.is_bound()); in set_connection_error_handler() 72 DCHECK(binding_.is_bound()); in set_connection_error_with_reason_handler()
|
D | associated_binding.h | 61 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | binding_state.h | 57 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()
|
D | associated_binding.cc | 34 DCHECK(is_bound()); in set_connection_error_handler() 40 DCHECK(is_bound()); in set_connection_error_with_reason_handler()
|
D | binding_state.cc | 73 DCHECK(is_bound()); in EnableTestingMode() 90 DCHECK(!is_bound()) << "Attempting to bind interface that is already bound: " in BindInternal()
|
D | associated_interface_ptr_state.h | 45 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
|
D | interface_ptr_state.h | 47 bool is_bound() const { return handle_.is_valid() || endpoint_client_; } in is_bound() function
|
/external/v8/src/ |
D | label.h | 57 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function 86 DCHECK(is_bound()); in bind_to()
|
D | assembler.cc | 188 DCHECK(!emitted_label_.is_bound()); in AddEntry() 319 bool emitted = emitted_label_.is_bound(); in Emit()
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 542 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/ |
D | ipc_message_pipe_reader.cc | 48 if (binding_.is_bound()) in Close() 74 if (!sender_.is_bound()) in GetRemoteInterface()
|
D | ipc_message_pipe_reader.h | 78 bool IsValid() { return sender_.is_bound(); } in COMPONENT_EXPORT()
|
D | ipc_channel_mojo.cc | 130 if (!message_reader_ || !message_reader_->sender().is_bound()) in ForwardMessageFromThreadSafePtr() 140 if (!message_reader_ || !message_reader_->sender().is_bound()) in ForwardMessageWithResponderFromThreadSafePtr()
|
D | ipc_channel_mojo_unittest.cc | 703 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/ |
D | regexp-macro-assembler-irregexp.cc | 43 DCHECK(!l->is_bound()); in Bind() 58 if (l->is_bound()) { in EmitOrLink()
|