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

  /external/v8/src/interpreter/
bytecode-label.h 20 bool is_bound() const { return bound_; } function in class:v8::internal::interpreter::final
38 return offset() != kInvalidOffset && !is_bound();
  /system/update_engine/common/
test_utils.h 160 bool is_bound() const { return is_bound_; } function in class:chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder
  /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/v8/src/
assembler.h 283 INLINE(bool is_bound() const) { return pos_ < 0; } function in class:v8::internal::Label
307 DCHECK(is_bound());
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 852 } else if (L->is_bound()) { function
924 DCHECK(!L->is_bound()); // Label can only be bound once.
942 DCHECK(L->is_bound());
948 if (L == nullptr || !L->is_bound()) return true;
955 DCHECK(L->is_bound());
    [all...]

Completed in 150 milliseconds