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

  /external/chromium_org/v8/src/
isolate.cc 149 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL; member in class:v8::internal::Isolate
158 per_thread = thread_data_table_->Lookup(this, thread_id);
161 thread_data_table_->Insert(per_thread);
164 ASSERT(thread_data_table_->Lookup(this, thread_id) == per_thread);
180 per_thread = thread_data_table_->Lookup(this, thread_id);
203 thread_data_table_ = new Isolate::ThreadDataTable();
    [all...]
isolate.h     [all...]
  /external/v8/src/
isolate.cc 320 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL; member in class:v8::internal::Isolate
329 ASSERT(thread_data_table_->Lookup(this, thread_id) == NULL);
330 thread_data_table_->Insert(per_thread);
331 ASSERT(thread_data_table_->Lookup(this, thread_id) == per_thread);
343 per_thread = thread_data_table_->Lookup(this, thread_id);
357 per_thread = thread_data_table_->Lookup(this, thread_id);
369 thread_data_table_ = new Isolate::ThreadDataTable();
    [all...]
isolate.h 1091 static ThreadDataTable* thread_data_table_; member in class:v8::internal::Isolate
    [all...]

Completed in 26 milliseconds