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

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
call_stack.hpp 38 next_(call_stack<Key, Value>::top_)
41 call_stack<Key, Value>::top_ = this; member in class:asio::detail::call_stack::context::call_stack
48 next_(call_stack<Key, Value>::top_)
50 call_stack<Key, Value>::top_ = this; member in class:asio::detail::call_stack::context::call_stack
56 call_stack<Key, Value>::top_ = next_; member in class:asio::detail::call_stack::context::call_stack
91 context* elem = top_;
104 context* elem = top_;
110 static tss_ptr<context> top_; member in class:asio::detail::call_stack
115 call_stack<Key, Value>::top_; member in class:asio::detail::call_stack
  /external/v8/src/heap/
store-buffer.h 31 inline Address* top_address() { return reinterpret_cast<Address*>(&top_); }
38 Address* top_; member in class:v8::internal::StoreBuffer
store-buffer.cc 20 top_(nullptr),
50 top_ = start_;
56 top_ = start_ = limit_ = nullptr;
66 if (top_ == start_) return;
67 DCHECK(top_ <= limit_);
68 for (Address* current = start_; current < top_; current++) {
74 top_ = start_;
mark-compact.h 187 top_(0),
196 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
198 inline bool IsEmpty() { return top_ == bottom_; }
216 array_[top_] = object;
217 top_ = ((top_ + 1) & mask_);
224 top_ = ((top_ - 1) & mask_);
225 HeapObject* object = array_[top_];
246 int top() { return top_; }
255 int top_; member in class:v8::internal::MarkingDeque
    [all...]
spaces.h 315 kPointerSize + // FreeSpace* top_
322 top_(nullptr),
329 top_ = nullptr;
378 FreeSpace* top() { return top_; }
379 void set_top(FreeSpace* top) { top_ = top; }
392 // |top_|: Points to the top FreeSpace* in the free list category.
393 FreeSpace* top_; member in class:v8::internal::FreeListCategory
1712 Address top_; member in class:v8::internal::AllocationInfo
    [all...]
mark-compact.cc     [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.cc 29 top_ = std::max(top(), rect.top());
34 top_ = 0;
42 top_ += dy;
desktop_geometry.h 99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {}
102 int32_t top() const { return top_; }
106 int32_t height() const { return bottom_ - top_; }
108 DesktopVector top_left() const { return DesktopVector(left_, top_); }
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; }
114 return left_ == other.left_ && top_ == other.top_ &&
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
137 int32_t top_; member in class:webrtc::DesktopRect
  /external/v8/src/
allocation-site-scopes.h 25 Handle<AllocationSite> top() { return top_; }
38 top_ = site;
39 current_ = Handle<AllocationSite>::New(*top_, isolate());
44 Handle<AllocationSite> top_; member in class:v8::internal::AllocationSiteContext
deoptimizer.h 840 intptr_t GetTop() const { return top_; }
841 void SetTop(intptr_t top) { top_ = top; }
    [all...]
deoptimizer.cc     [all...]
  /art/runtime/gc/space/
region_space.h 237 begin_(nullptr), top_(nullptr), end_(nullptr),
243 : idx_(idx), begin_(begin), top_(begin), end_(end),
260 top_ = begin_;
283 DCHECK_EQ(begin_, top_);
324 DCHECK_LT(begin_ + 1 * MB, top_);
333 DCHECK_EQ(begin_, top_);
403 DCHECK_LT(begin_ + kRegionSize, top_);
404 return static_cast<size_t>(top_ - begin_);
406 DCHECK_EQ(begin_, top_);
410 DCHECK_LE(begin_, top_);
467 uint8_t* top_; \/\/ The current position of the allocation. member in class:art::gc::space::FINAL::Region
    [all...]
region_space-inl.h 119 Atomic<uint8_t*>* atomic_top = reinterpret_cast<Atomic<uint8_t*>*>(&top_);
region_space.cc 411 os << "Region[" << idx_ << "]=" << reinterpret_cast<void*>(begin_) << "-" << reinterpret_cast<void*>(top_)
  /external/webp/src/utils/
quant_levels_dec.c 60 uint16_t* top_; member in struct:__anon26179
83 const uint16_t* const top = p->top_;
96 p->top_ = p->cur_;
227 p->top_ = p->end_ - width;
228 memset(p->top_, 0, width * sizeof(*p->top_));
  /external/v8/src/compiler/
memory-optimizer.h 80 Node* top() const { return top_; }
92 Node* const top_; member in class:v8::internal::compiler::final::final
memory-optimizer.cc 59 : group_(nullptr), size_(std::numeric_limits<int>::max()), top_(nullptr) {}
62 : group_(group), size_(std::numeric_limits<int>::max()), top_(nullptr) {}
66 : group_(group), size_(size), top_(top) {}
  /external/opencv3/modules/stitching/src/
seam_finders.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 1491 milliseconds