OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_data_table_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
isolate.cc
263
Isolate::ThreadDataTable* Isolate::
thread_data_table_
= NULL;
member in class:v8::internal::Isolate
292
ASSERT(
thread_data_table_
->Lookup(this, thread_id) == NULL);
293
thread_data_table_
->Insert(per_thread);
294
ASSERT(
thread_data_table_
->Lookup(this, thread_id) == per_thread);
306
per_thread =
thread_data_table_
->Lookup(this, thread_id);
321
thread_data_table_
= new Isolate::ThreadDataTable();
isolate.h
1080
static ThreadDataTable*
thread_data_table_
;
member in class:v8::internal::Isolate
[
all
...]
Completed in 388 milliseconds