/external/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() 96 DCHECK(!site.has_referrer_jump() || site.is_bound()); in ~SwitchBuilder() 176 if (!else_labels_.is_bound()) else_labels_.Bind(builder()); in ~ConditionalControlFlowBuilder() 179 DCHECK(end_labels_.empty() || end_labels_.is_bound()); in ~ConditionalControlFlowBuilder() 180 DCHECK(then_labels_.empty() || then_labels_.is_bound()); in ~ConditionalControlFlowBuilder() 181 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 | 1158 DCHECK(!label->is_bound()); in Jump() 1165 DCHECK(!label->is_bound()); in JumpIfTrue() 1177 DCHECK(!label->is_bound()); in JumpIfFalse() 1188 DCHECK(!label->is_bound()); in JumpIfNull() 1195 DCHECK(!label->is_bound()); in JumpIfNotNull() 1202 DCHECK(!label->is_bound()); in JumpIfUndefined() 1209 DCHECK(!label->is_bound()); in JumpIfUndefinedOrNull() 1216 DCHECK(!label->is_bound()); in JumpIfNotUndefined() 1259 DCHECK(!label->is_bound()); in JumpIfJSReceiver()
|
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/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | egl_environment.cc | 65 bool is_bound; in Init() local 67 TFLITE_GPU_CALL_EGL(eglBindAPI, &is_bound, EGL_OPENGL_ES_API)); in Init() 68 if (!is_bound) { in Init()
|
/external/v8/src/codegen/ |
D | label.h | 59 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function 88 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()
|
/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/codegen/s390/ |
D | assembler-s390.cc | 577 DCHECK(!L->is_bound()); // label can only be bound once in bind() 594 if (L->is_bound()) { in link() 615 if (L->is_bound()) { in load_label_offset() 636 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound) { in branchOnCond() argument 638 if (is_bound && is_int16(offset_in_halfwords)) { in branchOnCond() 811 DCHECK(label->is_bound()); in emit_label_addr()
|
/external/v8/src/regexp/ |
D | regexp-bytecode-generator.cc | 37 DCHECK(!l->is_bound()); in Bind() 53 if (l->is_bound()) { in EmitOrLink()
|