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

  /external/chromium_org/v8/src/
isolate.h 370 // PerIsolateThreadData work on some older versions of gcc.
376 // A thread has a PerIsolateThreadData instance for each isolate that it has
379 class PerIsolateThreadData {
381 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id)
422 PerIsolateThreadData* next_;
423 PerIsolateThreadData* prev_;
429 DISALLOW_COPY_AND_ASSIGN(PerIsolateThreadData);
440 // Returns the PerIsolateThreadData for the current thread (or NULL if one is
442 static PerIsolateThreadData* CurrentPerIsolateThreadData() {
443 return reinterpret_cast<PerIsolateThreadData*>(
    [all...]
v8threads.cc 146 Isolate::PerIsolateThreadData* per_thread =
166 Isolate::PerIsolateThreadData* per_thread =
319 Isolate::PerIsolateThreadData* per_thread =
364 Isolate::PerIsolateThreadData* data =
isolate.cc 152 Isolate::PerIsolateThreadData*
155 PerIsolateThreadData* per_thread = NULL;
160 per_thread = new PerIsolateThreadData(this, thread_id);
169 Isolate::PerIsolateThreadData* Isolate::FindPerThreadDataForThisThread() {
175 Isolate::PerIsolateThreadData* Isolate::FindPerThreadDataForThread(
177 PerIsolateThreadData* per_thread = NULL;
237 PerIsolateThreadData* data = CurrentPerIsolateThreadData();
    [all...]
execution.cc 570 Isolate::PerIsolateThreadData* per_thread =
616 Isolate::PerIsolateThreadData* per_thread =
  /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...]
isolate.cc 323 Isolate::PerIsolateThreadData* Isolate::AllocatePerIsolateThreadData(
326 PerIsolateThreadData* per_thread = new PerIsolateThreadData(this, thread_id);
337 Isolate::PerIsolateThreadData*
340 PerIsolateThreadData* per_thread = NULL;
352 Isolate::PerIsolateThreadData* Isolate::FindPerThreadDataForThisThread() {
354 PerIsolateThreadData* per_thread = NULL;
403 PerIsolateThreadData* data = CurrentPerIsolateThreadData();
    [all...]
v8threads.cc 162 Isolate::PerIsolateThreadData* per_thread =
182 Isolate::PerIsolateThreadData* per_thread =
320 Isolate::PerIsolateThreadData* per_thread =
365 Isolate::PerIsolateThreadData* data =
execution.cc 523 Isolate::PerIsolateThreadData* per_thread =
569 Isolate::PerIsolateThreadData* per_thread =
  /external/chromium_org/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 865 v8::internal::Isolate::PerIsolateThreadData* isolate_data =
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 860 v8::internal::Isolate::PerIsolateThreadData* isolate_data =
    [all...]

Completed in 57 milliseconds