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 116 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL; member in class:v8::internal::Isolate
128 per_thread = thread_data_table_->Lookup(this, thread_id);
131 thread_data_table_->Insert(per_thread);
133 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread);
146 thread_data_table_->Lookup(this, thread_id);
149 thread_data_table_->Remove(per_thread);
166 per_thread = thread_data_table_->Lookup(this, thread_id);
174 CHECK(thread_data_table_ == NULL);
181 thread_data_table_ = new Isolate::ThreadDataTable();
    [all...]
isolate.h     [all...]

Completed in 2771 milliseconds