Searched refs:is_bound (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc63 ASSERT(!l->is_bound());
78 if (l->is_bound()) {
H A Dassembler.h100 INLINE(bool is_bound() const) { return pos_ < 0; } function in class:v8::internal::BASE_EMBEDDED
124 ASSERT(is_bound());
H A Djsregexp.cc1197 if (!label()->is_bound()) {
1225 if (!label()->is_bound()) {
1674 if (label_.is_bound()) {
3392 if (label->is_bound())
/external/v8/src/ia32/
H A Dassembler-ia32.cc153 ASSERT(!L->is_bound());
1332 } else if (L->is_bound()) {
1390 ASSERT(!L->is_bound()); // label can only be bound once
1398 if (L->is_bound()) {
1454 if (L->is_bound()) {
1505 if (L->is_bound()) {
H A Dassembler-ia32-inl.h363 if (label->is_bound()) {
H A Dfull-codegen-ia32.cc57 ASSERT(patch_site_.is_bound() == info_emitted_);
75 if (patch_site_.is_bound()) {
90 ASSERT(!patch_site_.is_bound() && !info_emitted_);
349 ASSERT(back_edge_target->is_bound());
397 if (return_label_.is_bound()) {
/external/v8/src/mips/
H A Dassembler-mips.cc761 } else if (L->is_bound()) {
822 ASSERT(!L->is_bound()); // Label can only be bound once.
839 if (L->is_bound()) {
985 if (L->is_bound()) {
1007 if (L->is_bound()) {
1033 if (L->is_bound()) {
H A Dfull-codegen-mips.cc76 ASSERT(patch_site_.is_bound() == info_emitted_);
82 ASSERT(!patch_site_.is_bound() && !info_emitted_);
94 ASSERT(!patch_site_.is_bound() && !info_emitted_);
102 if (patch_site_.is_bound()) {
367 ASSERT(back_edge_target->is_bound());
405 if (return_label_.is_bound()) {
H A Dregexp-macro-assembler-mips.cc904 if (label->is_bound()) {
H A Dmacro-assembler-mips.cc1606 if (L->is_bound()) {
1625 if (L->is_bound()) {
2180 if (L->is_bound()) {
2199 if (L->is_bound()) {
/external/v8/src/x64/
H A Dassembler-x64.cc448 ASSERT(!L->is_bound()); // Label may only be bound once.
860 if (L->is_bound()) {
1230 if (L->is_bound()) {
1289 if (L->is_bound()) {
1572 if (src->is_bound()) {
H A Dfull-codegen-x64.cc56 ASSERT(patch_site_.is_bound() == info_emitted_);
74 if (patch_site_.is_bound()) {
89 ASSERT(!patch_site_.is_bound() && !info_emitted_);
356 if (return_label_.is_bound()) {
/external/v8/src/arm/
H A Dfull-codegen-arm.cc66 ASSERT(patch_site_.is_bound() == info_emitted_);
72 ASSERT(!patch_site_.is_bound() && !info_emitted_);
85 ASSERT(!patch_site_.is_bound() && !info_emitted_);
93 if (patch_site_.is_bound()) {
359 ASSERT(back_edge_target->is_bound());
396 if (return_label_.is_bound()) {
H A Dassembler-arm.cc598 } else if (L->is_bound()) {
691 ASSERT(!L->is_bound()); // label can only be bound once
991 if (L->is_bound()) {
1011 if (L->is_bound()) {
H A Dregexp-macro-assembler-arm.cc897 if (label->is_bound()) {

Completed in 347 milliseconds