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

1 2

  /external/chromium_org/tools/traceline/traceline/
assembler.h 107 bool is_bound() const { return num_ == -1; } function in class:Label
111 ASSERT(is_bound());
116 ASSERT(!is_bound());
128 ASSERT(!is_bound());
133 ASSERT(!is_bound());
352 ASSERT(!l->is_bound());
412 if (l->is_bound()) {
426 if (l->is_bound()) {
455 ASSERT(l->is_bound());
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 112 return internal_state_.is_bound() ? &InterfacePtr::internal_state_ : NULL;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_ptr_internal.h 72 bool is_bound() const { function in class:mojo::internal::InterfacePtrState
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.cc 43 DCHECK(!l->is_bound());
58 if (l->is_bound()) {
assembler.h 238 INLINE(bool is_bound() const) { return pos_ < 0; } function in class:v8::internal::BASE_EMBEDDED
262 DCHECK(is_bound());
    [all...]
jsregexp.cc     [all...]
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 452 int is_bound; member in struct:VASurfaceGLX
579 if (pSurfaceGLX->is_bound)
597 pSurfaceGLX->is_bound = 1;
606 if (!pSurfaceGLX->is_bound)
623 pSurfaceGLX->is_bound = 0;
754 pSurfaceGLX->is_bound = 0;
  /external/chromium_org/v8/src/x87/
assembler-x87.cc 69 DCHECK(!L->is_bound());
1218 } else if (L->is_bound()) {
1276 DCHECK(!L->is_bound()); // label can only be bound once
1284 if (L->is_bound()) {
1345 if (L->is_bound()) {
1400 if (L->is_bound()) {
    [all...]
assembler-x87-inl.h 445 if (label->is_bound()) {
full-codegen-x87.cc 35 DCHECK(patch_site_.is_bound() == info_emitted_);
53 if (patch_site_.is_bound()) {
68 DCHECK(!patch_site_.is_bound() && !info_emitted_);
347 DCHECK(back_edge_target->is_bound());
373 if (return_label_.is_bound()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 74 DCHECK(!L->is_bound());
1285 } else if (L->is_bound()) {
1343 DCHECK(!L->is_bound()); // label can only be bound once
1351 if (L->is_bound()) {
1412 if (L->is_bound()) {
    [all...]
assembler-ia32-inl.h 444 if (label->is_bound()) {
full-codegen-ia32.cc 35 DCHECK(patch_site_.is_bound() == info_emitted_);
53 if (patch_site_.is_bound()) {
68 DCHECK(!patch_site_.is_bound() && !info_emitted_);
350 DCHECK(back_edge_target->is_bound());
376 if (return_label_.is_bound()) {
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 772 } else if (L->is_bound()) {
833 DCHECK(!L->is_bound()); // Label can only be bound once.
851 if (L->is_bound()) {
1007 if (L->is_bound()) {
1029 if (L->is_bound()) {
1056 if (L->is_bound()) {
1083 if (L->is_bound()) {
1111 if (L->is_bound()) {
1137 if (L->is_bound()) {
    [all...]
full-codegen-mips.cc 54 DCHECK(patch_site_.is_bound() == info_emitted_);
60 DCHECK(!patch_site_.is_bound() && !info_emitted_);
72 DCHECK(!patch_site_.is_bound() && !info_emitted_);
80 if (patch_site_.is_bound()) {
377 DCHECK(back_edge_target->is_bound());
403 if (return_label_.is_bound()) {
    [all...]
regexp-macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc 756 } else if (L->is_bound()) {
817 DCHECK(!L->is_bound()); // Label can only be bound once.
835 if (L->is_bound()) {
989 if (L->is_bound()) {
1010 if (L->is_bound()) {
1037 if (L->is_bound()) {
1063 if (L->is_bound()) {
1090 if (L->is_bound()) {
1116 if (L->is_bound()) {
    [all...]
full-codegen-mips64.cc 54 DCHECK(patch_site_.is_bound() == info_emitted_);
60 DCHECK(!patch_site_.is_bound() && !info_emitted_);
72 DCHECK(!patch_site_.is_bound() && !info_emitted_);
80 if (patch_site_.is_bound()) {
373 DCHECK(back_edge_target->is_bound());
399 if (return_label_.is_bound()) {
    [all...]
regexp-macro-assembler-mips64.cc     [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 290 DCHECK(!L->is_bound()); // Label may only be bound once.
660 if (L->is_bound()) {
976 if (L->is_bound()) {
1054 if (L->is_bound()) {
    [all...]
full-codegen-x64.cc 35 DCHECK(patch_site_.is_bound() == info_emitted_);
53 if (patch_site_.is_bound()) {
68 DCHECK(!patch_site_.is_bound() && !info_emitted_);
349 DCHECK(back_edge_target->is_bound());
380 if (return_label_.is_bound()) {
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 891 } else if (L->is_bound()) {
963 DCHECK(!L->is_bound()); // label can only be bound once
    [all...]
full-codegen-arm.cc 44 DCHECK(patch_site_.is_bound() == info_emitted_);
50 DCHECK(!patch_site_.is_bound() && !info_emitted_);
60 DCHECK(!patch_site_.is_bound() && !info_emitted_);
70 if (patch_site_.is_bound()) {
390 DCHECK(back_edge_target->is_bound());
416 if (return_label_.is_bound()) {
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 680 if (label->is_bound() || label->is_linked()) {
684 if (!need_longer_range && !label->is_bound()) {
708 if (label->is_bound()) {
    [all...]
assembler-arm64.cc 716 DCHECK(!label->is_bound());
759 DCHECK(label->is_bound());
769 if (label->is_bound()) {
    [all...]

Completed in 1201 milliseconds

1 2