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

  /external/v8/src/
isolate.cc 230 if (preallocated_memory_thread_ != NULL) return;
231 preallocated_memory_thread_ = new PreallocatedMemoryThread();
232 preallocated_memory_thread_->Start();
237 if (preallocated_memory_thread_ == NULL) return;
238 preallocated_memory_thread_->StopThread();
240 delete preallocated_memory_thread_;
241 preallocated_memory_thread_ = NULL;
    [all...]
isolate.h 1152 PreallocatedMemoryThread* preallocated_memory_thread_; member in class:v8::internal::Isolate
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 254 if (preallocated_memory_thread_ != NULL) return;
255 preallocated_memory_thread_ = new PreallocatedMemoryThread();
256 preallocated_memory_thread_->Start();
261 if (preallocated_memory_thread_ == NULL) return;
262 preallocated_memory_thread_->StopThread();
264 delete preallocated_memory_thread_;
265 preallocated_memory_thread_ = NULL;
    [all...]
isolate.h 1258 PreallocatedMemoryThread* preallocated_memory_thread_; member in class:v8::internal::Isolate
    [all...]

Completed in 279 milliseconds