Home
last modified time | relevance | path

Searched defs:thread_local_top (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/execution/
Disolate-data.h108 ThreadLocalTop& thread_local_top() { return thread_local_top_; } in thread_local_top() function
109 ThreadLocalTop const& thread_local_top() const { return thread_local_top_; } in thread_local_top() function
Disolate.h1059 ThreadLocalTop* thread_local_top() { in thread_local_top() function
1062 ThreadLocalTop const* thread_local_top() const { in thread_local_top() function
/external/v8/src/api/
Dapi.cc326 auto thread_local_top = isolate_->thread_local_top(); in Escape() local