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

  /external/v8/src/
allocation.cc 104 PreallocatedStorage PreallocatedStorage::in_use_list_(0);
105 PreallocatedStorage PreallocatedStorage::free_list_(0);
106 bool PreallocatedStorage::preallocated_ = false;
109 void PreallocatedStorage::Init(size_t size) {
112 PreallocatedStorage* free_chunk =
113 reinterpret_cast<PreallocatedStorage*>(new char[size]);
116 free_chunk->size_ = size - sizeof(PreallocatedStorage);
121 void* PreallocatedStorage::New(size_t size)
    [all...]
allocation.h 142 class PreallocatedStorage : public AllStatic {
144 explicit PreallocatedStorage(size_t size);
154 PreallocatedStorage* previous_;
155 PreallocatedStorage* next_;
158 static PreallocatedStorage in_use_list_;
159 static PreallocatedStorage free_list_;
161 void LinkTo(PreallocatedStorage* other);
163 DISALLOW_IMPLICIT_CONSTRUCTORS(PreallocatedStorage);
string-stream.cc 37 static List<HeapObject*, PreallocatedStorage>* debug_object_cache = NULL;
291 debug_object_cache = new List<HeapObject*, PreallocatedStorage>(0);
frames.cc 531 ScopeInfo<PreallocatedStorage> info(code);
scopeinfo.cc 646 template class ScopeInfo<PreallocatedStorage>;
scopes.cc 331 List<Variable*, PreallocatedStorage>* locals);
    [all...]
top.cc 249 PreallocatedStorage::Init(PreallocatedMemoryThread::length() / 4);
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 205 ' 0003:00000418 ?in_use_list_@PreallocatedStorage@internal@v8@@0V123@A 00544418 v8_snapshot:allocation.obj',

Completed in 102 milliseconds