HomeSort by relevance Sort by last modified time
    Searched refs:is_linked (Results 1 - 18 of 18) sorted by null

  /external/v8/src/arm/
jump-target-arm.cc 65 // The predicate is_linked() should be made true. Its implementation
67 if (!is_linked()) {
69 ASSERT(is_linked());
90 // The predicate is_linked() should be made true. Its implementation
92 if (!is_linked()) {
94 ASSERT(is_linked());
111 ASSERT(!is_linked());
120 // The predicate is_linked() should now be made true. Its implementation
123 ASSERT(is_linked());
151 // The predicate is_linked() should be made false. Its implementatio
    [all...]
regexp-macro-assembler-arm.cc 696 if (success_label_.is_linked()) {
738 if (backtrack_label_.is_linked()) {
746 if (check_preempt_label_.is_linked()) {
761 if (stack_overflow_label_.is_linked()) {
785 if (exit_with_exception.is_linked()) {
    [all...]
assembler-arm.cc 500 } else if (L->is_linked()) {
503 while (l.is_linked()) {
555 while (L->is_linked()) {
570 if (appendix->is_linked()) {
571 if (L->is_linked()) {
597 ASSERT(L->is_linked());
806 if (L->is_linked()) {
826 if (L->is_linked()) {
    [all...]
assembler-thumb2.cc 480 } else if (L->is_linked()) {
483 while (l.is_linked()) {
535 while (L->is_linked()) {
550 if (appendix->is_linked()) {
551 if (L->is_linked()) {
577 ASSERT(L->is_linked());
786 if (L->is_linked()) {
806 if (L->is_linked()) {
    [all...]
codegen-arm.cc 331 if (has_valid_frame() || function_return_.is_linked()) {
332 if (!function_return_.is_linked()) {
546 if (true_target.is_linked() || false_target.is_linked()) {
553 bool both = true_target.is_linked() && false_target.is_linked();
555 if (true_target.is_linked()) {
566 if (false_target.is_linked()) {
    [all...]
  /external/v8/src/
assembler.h 56 INLINE(~Label()) { ASSERT(!is_linked()); }
62 INLINE(bool is_linked() const) { return pos_ > 0; } function in class:v8::internal::BASE_EMBEDDED
83 ASSERT(is_linked());
regexp-macro-assembler-irregexp.cc 50 if (backtrack_.is_linked()) backtrack_.Unuse();
64 if (l->is_linked()) {
82 if (l->is_linked()) {
jump-target.h 100 bool is_linked() const { function in class:v8::internal::JumpTarget
104 // This is !is_bound() && !is_linked().
jsregexp.cc     [all...]
  /external/v8/src/ia32/
jump-target-ia32.cc 155 ASSERT(!is_linked());
196 if (!is_linked()) {
267 if (is_linked()) {
regexp-macro-assembler-ia32.cc 717 if (success_label_.is_linked()) {
749 if (backtrack_label_.is_linked()) {
757 if (check_preempt_label_.is_linked()) {
777 if (stack_overflow_label_.is_linked()) {
806 if (exit_with_exception.is_linked()) {
    [all...]
assembler-ia32.cc 144 if (L->is_linked()) {
    [all...]
codegen-ia32.cc 321 } else if (function_return_.is_linked()) {
500 if (true_target.is_linked()) {
512 if (false_target.is_linked()) {
525 if (true_target.is_linked() || false_target.is_linked()) {
528 if (true_target.is_linked()) {
531 if (false_target.is_linked()) {
535 if (false_target.is_linked()) {
    [all...]
  /external/v8/src/x64/
jump-target-x64.cc 155 ASSERT(!is_linked());
196 if (!is_linked()) {
267 if (is_linked()) {
codegen-x64.cc 473 } else if (function_return_.is_linked()) {
    [all...]
regexp-macro-assembler-x64.cc 768 if (success_label_.is_linked()) {
809 if (backtrack_label_.is_linked()) {
817 if (check_preempt_label_.is_linked()) {
839 if (stack_overflow_label_.is_linked()) {
880 if (exit_with_exception.is_linked()) {
    [all...]
assembler-x64.cc 339 if (L->is_linked()) {
735 } else if (L->is_linked()) {
1092 } else if (L->is_linked()) {
1137 } else if (L->is_linked()) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 368 } else if (L->is_linked()) {
371 while (l.is_linked()) {
389 while (L->is_linked()) {
404 if (appendix->is_linked()) {
405 if (L->is_linked()) {
431 ASSERT(L->is_linked());
543 if (L->is_linked()) {
561 if (L->is_linked()) {

Completed in 705 milliseconds