Searched defs:PerIsolateThreadData (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Disolate.h359 // PerIsolateThreadData work on some older versions of gcc.
365 // A thread has a PerIsolateThreadData instance for each isolate that it has
368 class PerIsolateThreadData { class in class:v8::internal::Isolate
370 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id) function in class:v8::internal::Isolate::PerIsolateThreadData
411 PerIsolateThreadData* next_;
412 PerIsolateThreadData* prev_;
418 DISALLOW_COPY_AND_ASSIGN(PerIsolateThreadData);
429 // Returns the PerIsolateThreadData for the current thread (or NULL if one is
431 static PerIsolateThreadData* CurrentPerIsolateThreadData() {
432 return reinterpret_cast<PerIsolateThreadData*>(
[all...]

Completed in 354 milliseconds