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

  /external/v8/src/
assembler.h 87 INLINE(bool is_bound() const) { return pos_ < 0; } function in class:v8::internal::BASE_EMBEDDED
106 ASSERT(is_bound());
142 ASSERT(is_bound());
146 bool is_bound() { return pos_ >= 0; } function in class:v8::internal::BASE_EMBEDDED
147 bool is_linked() { return !is_bound() && unresolved_branches_ > 0; }
148 bool is_unused() { return !is_bound() && unresolved_branches_ == 0; }
151 ASSERT(!is_bound());
156 ASSERT(!is_bound());
regexp-macro-assembler-irregexp.cc 63 ASSERT(!l->is_bound());
78 if (l->is_bound()) {
jsregexp.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 151 ASSERT(!L->is_bound());
    [all...]
assembler-ia32-inl.h 332 if (label->is_bound()) {
full-codegen-ia32.cc 57 ASSERT(patch_site_.is_bound() == info_emitted_);
79 bool is_bound() const { return patch_site_.is_bound(); } function in class:v8::internal::BASE_EMBEDDED
84 ASSERT(!patch_site_.is_bound() && !info_emitted_);
298 if (return_label_.is_bound()) {
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 445 ASSERT(!L->is_bound()); // Label may only be bound once.
471 ASSERT(!L->is_bound());
856 if (L->is_bound()) {
1224 if (L->is_bound()) {
    [all...]
full-codegen-x64.cc 57 ASSERT(patch_site_.is_bound() == info_emitted_);
79 bool is_bound() const { return patch_site_.is_bound(); } function in class:v8::internal::BASE_EMBEDDED
84 ASSERT(!patch_site_.is_bound() && !info_emitted_);
295 if (return_label_.is_bound()) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 519 } else if (L->is_bound()) {
596 ASSERT(!L->is_bound()); // Label can only be bound once.
789 if (L->is_bound()) {
849 if (L->is_bound()) {
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 64 ASSERT(patch_site_.is_bound() == info_emitted_);
70 ASSERT(!patch_site_.is_bound() && !info_emitted_);
82 ASSERT(!patch_site_.is_bound() && !info_emitted_);
98 bool is_bound() const { return patch_site_.is_bound(); } function in class:v8::internal::BASE_EMBEDDED
307 if (return_label_.is_bound()) {
    [all...]
assembler-arm.cc 582 } else if (L->is_bound()) {
675 ASSERT(!L->is_bound()); // label can only be bound once
975 if (L->is_bound()) {
995 if (L->is_bound()) {
    [all...]
regexp-macro-assembler-arm.cc 888 if (label->is_bound()) {
    [all...]

Completed in 392 milliseconds