HomeSort by relevance Sort by last modified time
    Searched defs:PerIsolateThreadData (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
isolate.h 359 // PerIsolateThreadData work on some older versions of gcc.
365 // A thread has a PerIsolateThreadData instance for each isolate that it has
368 class PerIsolateThreadData {
370 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id)
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...]
  /external/chromium_org/v8/src/
isolate.h 390 // PerIsolateThreadData work on some older versions of gcc.
396 // A thread has a PerIsolateThreadData instance for each isolate that it has
399 class PerIsolateThreadData {
401 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id)
442 PerIsolateThreadData* next_;
443 PerIsolateThreadData* prev_;
449 DISALLOW_COPY_AND_ASSIGN(PerIsolateThreadData);
460 // Returns the PerIsolateThreadData for the current thread (or NULL if one is
462 static PerIsolateThreadData* CurrentPerIsolateThreadData() {
463 return reinterpret_cast<PerIsolateThreadData*>(
    [all...]

Completed in 174 milliseconds