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

  /external/v8/src/
heap-inl.h 465 int amount = amount_of_external_allocated_memory_ + change_in_bytes;
468 if (amount > amount_of_external_allocated_memory_) {
469 amount_of_external_allocated_memory_ = amount;
472 amount_of_external_allocated_memory_ -
480 amount_of_external_allocated_memory_ = amount;
483 ASSERT(amount_of_external_allocated_memory_ >= 0);
484 return amount_of_external_allocated_memory_;
heap.cc 127 amount_of_external_allocated_memory_(0),
885 amount_of_external_allocated_memory_;
    [all...]
heap.h 1714 int amount_of_external_allocated_memory_; member in class:v8::internal::Heap
    [all...]
  /external/chromium_org/v8/src/
heap-inl.h 570 intptr_t amount = amount_of_external_allocated_memory_ + change_in_bytes;
573 if (amount > amount_of_external_allocated_memory_) {
574 amount_of_external_allocated_memory_ = amount;
577 amount_of_external_allocated_memory_ = 0;
587 amount_of_external_allocated_memory_ = amount;
590 amount_of_external_allocated_memory_ = 0;
600 amount_of_external_allocated_memory_ / KB,
604 ASSERT(amount_of_external_allocated_memory_ >= 0);
605 return amount_of_external_allocated_memory_;
heap.h     [all...]
heap.cc 125 amount_of_external_allocated_memory_(0),
412 amount_of_external_allocated_memory_ / KB);
    [all...]

Completed in 468 milliseconds