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

  /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 577 milliseconds