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

  /external/v8/src/interpreter/
bytecode-label.h 22 BytecodeLabel() : bound_(false), offset_(kInvalidOffset) {}
24 bool is_bound() const { return bound_; }
31 DCHECK(!bound_ && offset != kInvalidOffset);
33 bound_ = true;
37 DCHECK(!bound_ && offset != kInvalidOffset && offset_ == kInvalidOffset);
46 // bound_ offset_
50 bool bound_; member in class:v8::internal::interpreter::final
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.h 135 bound_(1) {}
318 uint32_t bound_; member in class:libspirv::AssemblyContext
text_handler.cpp 174 named_ids_[std::string(textValue)] = bound_++;
178 uint32_t AssemblyContext::getBound() const { return bound_; }
  /external/v8/src/compiler/
raw-machine-assembler.cc 286 DCHECK(!label->bound_);
287 label->bound_ = true;
345 DCHECK_EQ(bound_, used_);
code-assembler.cc 747 : bound_(false),
785 if (bound_) {
809 DCHECK(!bound_);
862 bound_ = true;
code-assembler.h 465 bool bound_; member in class:v8::internal::compiler::CodeAssemblerLabel
raw-machine-assembler.h 842 bool bound_ = false; member in class:v8::internal::compiler::final
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 110 bound_(false),
154 bound_ = true;
168 if (!local_addr_.IsNil() && bound_) {
171 bound_ = false;
    [all...]
virtualsocketserver.h 341 bool bound_; member in class:rtc::VirtualSocket
  /art/compiler/optimizing/
bounds_check_elimination.cc 379 bound_(bound) {}
384 ValueBound GetBound() const { return bound_; }
412 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower());
462 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper());
487 const ValueBound bound_; // Additional value bound info for initial_. member in class:art::MonotonicValueRange
    [all...]

Completed in 353 milliseconds