HomeSort by relevance Sort by last modified time
    Searched refs:is_bound (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/v8/src/interpreter/
bytecode-label.h 24 bool is_bound() const { return bound_; } function in class:v8::internal::interpreter::final
42 return offset() != kInvalidOffset && !is_bound();
67 bool is_bound() const { function in class:v8::internal::interpreter::BytecodeLabels
68 bool is_bound = !labels_.empty() && labels_.at(0).is_bound(); local
69 DCHECK(!is_bound ||
71 [](const BytecodeLabel& l) { return l.is_bound(); }));
72 return is_bound;
bytecode-label.cc 15 DCHECK(!is_bound());
control-flow-builders.cc 14 DCHECK(break_labels_.empty() || break_labels_.is_bound());
48 DCHECK(continue_labels_.empty() || continue_labels_.is_bound());
49 DCHECK(header_labels_.empty() || header_labels_.is_bound());
72 DCHECK(loop_header_.is_bound());
86 DCHECK(site.is_bound());
bytecode-array-builder.cc 834 DCHECK(!label->is_bound());
842 DCHECK(!label->is_bound());
848 DCHECK(!label->is_bound());
854 DCHECK(!label->is_bound());
861 DCHECK(!label->is_bound());
868 DCHECK(!label->is_bound());
875 DCHECK(!label->is_bound());
882 DCHECK(label->is_bound());
    [all...]
bytecode-array-writer.cc 83 DCHECK(!label->is_bound());
84 DCHECK(target.is_bound());
289 if (label->is_bound()) {
  /external/v8/src/
label.h 36 INLINE(bool is_bound() const) { return pos_ < 0; } function in class:v8::internal::Label
66 DCHECK(is_bound());
  /external/libmojo/mojo/public/cpp/bindings/
strong_binding.h 74 DCHECK(!binding_.is_bound());
81 DCHECK(!binding_.is_bound());
88 DCHECK(!binding_.is_bound());
103 DCHECK(binding_.is_bound());
associated_interface_ptr.h 78 bool is_bound() const { return internal_state_.is_bound(); } function in class:mojo::AssociatedInterfacePtr
164 return internal_state_.is_bound() ? &AssociatedInterfacePtr::internal_state_
interface_ptr.h 86 bool is_bound() const { return internal_state_.is_bound(); } function in class:mojo::InterfacePtr
198 return internal_state_.is_bound() ? &InterfacePtr::internal_state_
binding.h 216 DCHECK(is_bound());
226 bool is_bound() const { return internal_state_.is_bound(); } function in class:mojo::Binding
associated_binding.h 142 DCHECK(is_bound());
150 bool is_bound() const { return !!endpoint_client_; } function in class:mojo::AssociatedBinding
  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.h 99 DCHECK(is_bound());
105 bool is_bound() const { return !!router_; } function in class:mojo::internal::BindingState
108 DCHECK(is_bound());
115 DCHECK(is_bound());
208 DCHECK(is_bound());
214 bool is_bound() const { return !!router_; } function in class:mojo::internal::BindingState
217 DCHECK(is_bound());
226 DCHECK(is_bound());
associated_interface_ptr_state.h 50 DCHECK(is_bound());
106 bool is_bound() const { return !!endpoint_client_; } function in class:mojo::internal::AssociatedInterfacePtrState
interface_ptr_state.h 118 bool is_bound() const { return handle_.is_valid() || router_; } function in class:mojo::internal::InterfacePtrState
270 bool is_bound() const { return handle_.is_valid() || endpoint_client_; } function in class:mojo::internal::InterfacePtrState
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 452 int is_bound; member in struct:VASurfaceGLX
579 if (pSurfaceGLX->is_bound)
597 pSurfaceGLX->is_bound = 1;
606 if (!pSurfaceGLX->is_bound)
623 pSurfaceGLX->is_bound = 0;
754 pSurfaceGLX->is_bound = 0;
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 226 EXPECT_FALSE(binding.is_bound());
236 EXPECT_TRUE(binding.is_bound());
interface_ptr_unittest.cc 220 EXPECT_FALSE(calc.is_bound());
222 EXPECT_TRUE(calc.is_bound());
297 EXPECT_FALSE(a.internal_state()->is_bound());
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 43 DCHECK(!l->is_bound());
58 if (l->is_bound()) {
  /system/update_engine/common/
test_utils.h 151 bool is_bound() const { return is_bound_; } function in class:chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder
  /system/update_engine/payload_consumer/
filesystem_verifier_action_unittest.cc 139 if (!(a_dev_releaser.is_bound())) {
  /external/v8/src/s390/
assembler-s390.cc 472 DCHECK(!L->is_bound()); // label can only be bound once
488 DCHECK(L->is_bound());
489 if (L->is_bound() == false) return false;
499 if (L->is_bound()) {
520 if (L->is_bound()) {
541 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound) {
543 if (is_bound && is_int16(offset_in_halfwords)) {
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 855 } else if (L->is_bound()) { function
926 DCHECK(!L->is_bound()); // Label can only be bound once.
944 DCHECK(L->is_bound());
950 if (L == nullptr || !L->is_bound()) return true;
957 DCHECK(L->is_bound());
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 69 DCHECK(!L->is_bound());
1334 } else if (L->is_bound()) {
1395 DCHECK(!L->is_bound()); // label can only be bound once
1402 if (L->is_bound()) {
1460 if (L->is_bound()) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 890 } else if (L->is_bound()) {
959 DCHECK(!L->is_bound()); // Label can only be bound once.
977 DCHECK(L->is_bound());
983 if (L == nullptr || !L->is_bound()) return true;
989 DCHECK(L->is_bound());
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 591 DCHECK(!L->is_bound()); // label can only be bound once
609 DCHECK(L->is_bound());
610 if (L->is_bound() == false) return false;
702 if (L->is_bound()) {
    [all...]

Completed in 443 milliseconds

1 2 3