Searched refs:thread_storage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate.cc173 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) { argument
174 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage);
176 return thread_storage + sizeof(ThreadLocalTop);
H A Dobjects.cc8130 char* Relocatable::Iterate(ObjectVisitor* v, char* thread_storage) { argument
8131 Relocatable* top = *reinterpret_cast<Relocatable**>(thread_storage);
8133 return thread_storage + ArchiveSpacePerThread();

Completed in 977 milliseconds