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

  /external/v8/src/
jump-target.h 99 bool is_bound() const { return entry_label_.is_bound(); } function in class:v8::internal::JumpTarget
101 return !is_bound() && !reaching_frames_.is_empty();
104 // This is !is_bound() && !is_linked().
105 return !is_bound() && reaching_frames_.is_empty();
assembler.h 60 INLINE(bool is_bound() const) { return pos_ < 0; } function in class:v8::internal::BASE_EMBEDDED
79 ASSERT(is_bound());
regexp-macro-assembler-irregexp.cc 63 ASSERT(!l->is_bound());
78 if (l->is_bound()) {
jsregexp.cc     [all...]
  /external/v8/src/arm/
jump-target-arm.cc 49 if (is_bound()) {
79 if (is_bound()) {
130 ASSERT(!is_bound());
assembler-arm.cc 498 } else if (L->is_bound()) {
591 ASSERT(!L->is_bound()); // label can only be bound once
803 if (L->is_bound()) {
823 if (L->is_bound()) {
    [all...]
assembler-thumb2.cc 478 } else if (L->is_bound()) {
571 ASSERT(!L->is_bound()); // label can only be bound once
783 if (L->is_bound()) {
803 if (L->is_bound()) {
    [all...]
regexp-macro-assembler-arm.cc 872 if (label->is_bound()) {
    [all...]
full-codegen-arm.cc 184 if (return_label_.is_bound()) {
    [all...]
codegen-arm.cc     [all...]
  /external/v8/src/ia32/
jump-target-ia32.cc 49 if (is_bound()) {
77 if (is_bound()) {
169 ASSERT(!is_bound());
339 if (!merge_labels_[i].is_bound()) {
codegen-ia32.h 142 ASSERT(true_is_fall_through ? !true_target->is_bound()
143 : !false_target->is_bound());
191 if (target->is_bound()) {
207 ASSERT((where ? true_target_ : false_target_)->is_bound());
    [all...]
assembler-ia32-inl.h 233 if (label->is_bound()) {
assembler-ia32.cc 142 ASSERT(!L->is_bound());
    [all...]
full-codegen-ia32.cc 175 if (return_label_.is_bound()) {
    [all...]
codegen-ia32.cc 315 if (function_return_.is_bound()) {
    [all...]
  /external/v8/src/x64/
jump-target-x64.cc 49 if (is_bound()) {
77 if (is_bound()) {
169 ASSERT(!is_bound());
339 if (!merge_labels_[i].is_bound()) {
codegen-x64.h 142 ASSERT(true_is_fall_through ? !true_target->is_bound()
143 : !false_target->is_bound());
191 if (target->is_bound()) {
207 ASSERT((where ? true_target_ : false_target_)->is_bound());
assembler-x64.cc 336 ASSERT(!L->is_bound()); // Label may only be bound once.
731 if (L->is_bound()) {
1077 if (L->is_bound()) {
1125 if (L->is_bound()) {
    [all...]
full-codegen-x64.cc 176 if (return_label_.is_bound()) {
    [all...]
codegen-x64.cc 467 if (function_return_.is_bound()) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 366 } else if (L->is_bound()) {
425 ASSERT(!L->is_bound()); // label can only be bound once
540 if (L->is_bound()) {
558 if (L->is_bound()) {

Completed in 420 milliseconds