Searched defs:SetIsolateThreadLocals (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Disolate.cc372 // Can't use SetIsolateThreadLocals(default_isolate_, NULL) here
1532 SetIsolateThreadLocals(this, NULL);
1545 SetIsolateThreadLocals(saved_isolate, saved_data);
1588 void Isolate::SetIsolateThreadLocals(Isolate* isolate, function in class:v8::internal::Isolate
1913 SetIsolateThreadLocals(this, data);
1941 SetIsolateThreadLocals(previous_isolate, previous_thread_data);
/external/chromium_org/v8/src/
H A Disolate.cc408 // Can't use SetIsolateThreadLocals(default_isolate_, NULL) here
1852 SetIsolateThreadLocals(this, NULL);
1870 SetIsolateThreadLocals(saved_isolate, saved_data);
1968 void Isolate::SetIsolateThreadLocals(Isolate* isolate, function in class:v8::internal::Isolate
2403 SetIsolateThreadLocals(this, data);
2431 SetIsolateThreadLocals(previous_isolate, previous_thread_data);

Completed in 106 milliseconds