/external/v8/src/interpreter/ |
D | bytecode-label.h | 24 bool is_bound() const { return bound_; } in is_bound() function 42 return offset() != kInvalidOffset && !is_bound(); in is_forward_target() 67 bool is_bound() const { in is_bound() function 68 bool is_bound = !labels_.empty() && labels_.at(0).is_bound(); in is_bound() local 69 DCHECK(!is_bound || in is_bound() 71 [](const BytecodeLabel& l) { return l.is_bound(); })); in is_bound() 72 return is_bound; in is_bound()
|
D | control-flow-builders.cc | 14 DCHECK(break_labels_.empty() || break_labels_.is_bound()); in ~BreakableControlFlowBuilder() 48 DCHECK(continue_labels_.empty() || continue_labels_.is_bound()); in ~LoopBuilder() 49 DCHECK(header_labels_.empty() || header_labels_.is_bound()); in ~LoopBuilder() 72 DCHECK(loop_header_.is_bound()); in JumpToHeader() 86 DCHECK(site.is_bound()); in ~SwitchBuilder()
|
D | bytecode-array-builder.cc | 834 DCHECK(!label->is_bound()); in Jump() 842 DCHECK(!label->is_bound()); in JumpIfTrue() 848 DCHECK(!label->is_bound()); in JumpIfFalse() 854 DCHECK(!label->is_bound()); in JumpIfNull() 861 DCHECK(!label->is_bound()); in JumpIfUndefined() 868 DCHECK(!label->is_bound()); in JumpIfNotHole() 875 DCHECK(!label->is_bound()); in JumpIfJSReceiver() 882 DCHECK(label->is_bound()); in JumpLoop()
|
D | bytecode-label.cc | 15 DCHECK(!is_bound()); in New()
|
D | bytecode-array-writer.cc | 83 DCHECK(!label->is_bound()); in BindLabel() 84 DCHECK(target.is_bound()); in BindLabel() 289 if (label->is_bound()) { in EmitJump()
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | binding_state.h | 99 DCHECK(is_bound()); in set_connection_error_handler() 105 bool is_bound() const { return !!router_; } in is_bound() function 108 DCHECK(is_bound()); in handle() 115 DCHECK(is_bound()); in EnableTestingMode() 208 DCHECK(is_bound()); in set_connection_error_handler() 214 bool is_bound() const { return !!router_; } in is_bound() function 217 DCHECK(is_bound()); in handle() 226 DCHECK(is_bound()); in EnableTestingMode()
|
D | associated_interface_ptr_state.h | 50 DCHECK(is_bound()); in interface_id() 106 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
|
D | interface_ptr_state.h | 118 bool is_bound() const { return handle_.is_valid() || router_; } in is_bound() function 270 bool is_bound() const { return handle_.is_valid() || endpoint_client_; } in is_bound() function
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | strong_binding.h | 74 DCHECK(!binding_.is_bound()); in Bind() 81 DCHECK(!binding_.is_bound()); in Bind() 88 DCHECK(!binding_.is_bound()); in Bind() 103 DCHECK(binding_.is_bound()); in set_connection_error_handler()
|
D | interface_ptr.h | 86 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function 198 return internal_state_.is_bound() ? &InterfacePtr::internal_state_ in Testable()
|
D | associated_interface_ptr.h | 78 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function 164 return internal_state_.is_bound() ? &AssociatedInterfacePtr::internal_state_ in Testable()
|
D | binding.h | 216 DCHECK(is_bound()); in set_connection_error_handler() 226 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
|
D | associated_binding.h | 142 DCHECK(is_bound()); in set_connection_error_handler() 150 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
|
/external/v8/src/ |
D | label.h | 36 INLINE(bool is_bound() const) { return pos_ < 0; } in INLINE() 66 DCHECK(is_bound()); in bind_to()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 226 EXPECT_FALSE(binding.is_bound()); in TEST_F() 236 EXPECT_TRUE(binding.is_bound()); in TEST_F()
|
D | interface_ptr_unittest.cc | 220 EXPECT_FALSE(calc.is_bound()); in TEST_F() 222 EXPECT_TRUE(calc.is_bound()); in TEST_F() 297 EXPECT_FALSE(a.internal_state()->is_bound()); in TEST_F()
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler-irregexp.cc | 43 DCHECK(!l->is_bound()); in Bind() 58 if (l->is_bound()) { in EmitOrLink()
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 69 DCHECK(!L->is_bound()); in init() 1334 } else if (L->is_bound()) { in print() 1395 DCHECK(!L->is_bound()); // label can only be bound once in bind() 1402 if (L->is_bound()) { in call() 1460 if (L->is_bound()) { in jmp() 1515 if (L->is_bound()) { in j() 2155 if (label->is_bound()) { in emit_label()
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 472 DCHECK(!L->is_bound()); // label can only be bound once in bind() 488 DCHECK(L->is_bound()); in is_near() 489 if (L->is_bound() == false) return false; in is_near() 499 if (L->is_bound()) { in link() 520 if (L->is_bound()) { in load_label_offset() 541 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound) { in branchOnCond() argument 543 if (is_bound && is_int16(offset_in_halfwords)) { in branchOnCond() 2098 DCHECK(label->is_bound()); in emit_label_addr()
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 855 } else if (L->is_bound()) { in print() 926 DCHECK(!L->is_bound()); // Label can only be bound once. in bind() 944 DCHECK(L->is_bound()); in is_near() 950 if (L == nullptr || !L->is_bound()) return true; in is_near() 957 DCHECK(L->is_bound()); in is_near_branch() 1157 if (L->is_bound()) { in jump_address() 1179 if (L->is_bound()) { in jump_offset() 1201 if (L->is_bound()) { in branch_offset_helper() 1227 if (L->is_bound()) { in label_at_put() 1519 if (target->is_bound()) { in j() [all …]
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 154 DCHECK(!L->is_bound()); in init() 1463 } else if (L->is_bound()) { in print() 1524 DCHECK(!L->is_bound()); // label can only be bound once in bind() 1531 if (L->is_bound()) { in call() 1589 if (L->is_bound()) { in jmp() 1644 if (L->is_bound()) { in j() 3016 if (label->is_bound()) { in emit_label()
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 591 DCHECK(!L->is_bound()); // label can only be bound once in bind() 609 DCHECK(L->is_bound()); in is_near() 610 if (L->is_bound() == false) return false; in is_near() 702 if (L->is_bound()) { in link() 1785 if (label->is_bound()) { in mov_label_offset() 1813 if (label->is_bound()) { in add_label_offset() 1838 if (label->is_bound()) { in mov_label_addr() 1868 if (label->is_bound()) { in emit_label_addr()
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 890 } else if (L->is_bound()) { in print() 959 DCHECK(!L->is_bound()); // Label can only be bound once. in bind() 977 DCHECK(L->is_bound()); in is_near() 983 if (L == nullptr || !L->is_bound()) return true; in is_near() 989 DCHECK(L->is_bound()); in is_near_branch() 1191 if (L->is_bound()) { in jump_address() 1214 if (L->is_bound()) { in branch_offset_helper() 1240 if (L->is_bound()) { in label_at_put() 3080 if (label->is_bound()) { in dd()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 42 DCHECK(patch_site_.is_bound() == info_emitted_); in ~JumpPatchSite() 48 DCHECK(!patch_site_.is_bound() && !info_emitted_); in EmitJumpIfNotSmi() 58 DCHECK(!patch_site_.is_bound() && !info_emitted_); in EmitJumpIfSmi() 68 if (patch_site_.is_bound()) { in EmitPatchInfo() 387 DCHECK(back_edge_target->is_bound()); in EmitBackEdgeBookkeeping() 437 if (return_label_.is_bound()) { in EmitReturnSequence()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 52 DCHECK(patch_site_.is_bound() == info_emitted_); in ~JumpPatchSite() 58 DCHECK(!patch_site_.is_bound() && !info_emitted_); in EmitJumpIfNotSmi() 70 DCHECK(!patch_site_.is_bound() && !info_emitted_); in EmitJumpIfSmi() 78 if (patch_site_.is_bound()) { in EmitPatchInfo() 383 DCHECK(back_edge_target->is_bound()); in EmitBackEdgeBookkeeping() 433 if (return_label_.is_bound()) { in EmitReturnSequence()
|