Home
last modified time | relevance | path

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

123

/external/v8/src/interpreter/
Dbytecode-label.h24 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()
Dcontrol-flow-builders.cc14 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()
Dbytecode-array-builder.cc834 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()
Dbytecode-label.cc15 DCHECK(!is_bound()); in New()
Dbytecode-array-writer.cc83 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/
Dbinding_state.h99 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()
Dassociated_interface_ptr_state.h50 DCHECK(is_bound()); in interface_id()
106 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
Dinterface_ptr_state.h118 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/
Dstrong_binding.h74 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()
Dinterface_ptr.h86 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
198 return internal_state_.is_bound() ? &InterfacePtr::internal_state_ in Testable()
Dassociated_interface_ptr.h78 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
164 return internal_state_.is_bound() ? &AssociatedInterfacePtr::internal_state_ in Testable()
Dbinding.h216 DCHECK(is_bound()); in set_connection_error_handler()
226 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
Dassociated_binding.h142 DCHECK(is_bound()); in set_connection_error_handler()
150 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
/external/v8/src/
Dlabel.h36 INLINE(bool is_bound() const) { return pos_ < 0; } in INLINE()
66 DCHECK(is_bound()); in bind_to()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc226 EXPECT_FALSE(binding.is_bound()); in TEST_F()
236 EXPECT_TRUE(binding.is_bound()); in TEST_F()
Dinterface_ptr_unittest.cc220 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/
Dregexp-macro-assembler-irregexp.cc43 DCHECK(!l->is_bound()); in Bind()
58 if (l->is_bound()) { in EmitOrLink()
/external/v8/src/x87/
Dassembler-x87.cc69 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/
Dassembler-s390.cc472 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/
Dassembler-mips64.cc855 } 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/
Dassembler-ia32.cc154 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/
Dassembler-ppc.cc591 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/
Dassembler-mips.cc890 } 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/
Dfull-codegen-arm.cc42 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/
Dfull-codegen-mips.cc52 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()

123