HomeSort by relevance Sort by last modified time
    Searched full:top_ (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/
allocation-site-scopes.h 25 Handle<AllocationSite> top() { return top_; }
38 top_ = site;
39 current_ = Handle<AllocationSite>(*top_, isolate());
44 Handle<AllocationSite> top_; member in class:v8::internal::AllocationSiteContext
deoptimizer.h 533 intptr_t GetTop() const { return top_; }
534 void SetTop(intptr_t top) { top_ = top; }
608 intptr_t top_;
deoptimizer.cc     [all...]
  /art/runtime/gc/space/
region_space.h 235 begin_(nullptr), top_(nullptr), end_(nullptr),
241 : idx_(idx), begin_(begin), top_(begin), end_(end),
258 top_ = begin_;
281 DCHECK_EQ(begin_, top_);
322 DCHECK_LT(begin_ + 1 * MB, top_);
331 DCHECK_EQ(begin_, top_);
401 DCHECK_LT(begin_ + kRegionSize, top_);
402 return static_cast<size_t>(top_ - begin_);
404 DCHECK_EQ(begin_, top_);
408 DCHECK_LE(begin_, top_);
465 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/v8/src/heap/
mark-compact.h 143 : array_(NULL), top_(0), bottom_(0), mask_(0), overflowed_(false) {}
152 top_ = bottom_ = 0;
156 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
158 inline bool IsEmpty() { return top_ == bottom_; }
176 array_[top_] = object;
177 top_ = ((top_ + 1) & mask_);
186 array_[top_] = object;
187 top_ = ((top_ + 1) & mask_)
220 int top_; member in class:v8::internal::MarkingDeque
    [all...]
spaces.h 1293 Address top_; member in class:v8::internal::AllocationInfo
1479 base::AtomicWord top_; member in class:v8::internal::FreeListCategory
    [all...]
spaces.cc     [all...]
  /external/webp/src/utils/
quant_levels_dec.c 60 uint16_t* top_; member in struct:__anon21257
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/libvncserver/webclients/java-applet/ssl/
README 299 If an item is prefixed with "TOP_" then the item is inserted at
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /external/webp/src/enc/
vp8enci.h 334 // save the yuv_out_ boundary values to top_/left_ arrays for next iterations.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libasan.a     [all...]
  /external/libvncserver/x11vnc/
ChangeLog 263 * classes/ssl: Update jars. Add "TOP_" dropdown customization to
    [all...]

Completed in 664 milliseconds

1 2