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

/external/v8/src/
H A Disolate.cc190 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) { argument
191 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage);
193 return thread_storage + sizeof(ThreadLocalTop);
H A Dobjects.cc10569 char* Relocatable::Iterate(ObjectVisitor* v, char* thread_storage) { argument
10570 Relocatable* top = *reinterpret_cast<Relocatable**>(thread_storage);
10572 return thread_storage + ArchiveSpacePerThread();

Completed in 123 milliseconds