Searched defs:thread_local_top (Results 1 – 3 of 3) sorted by relevance
130 ThreadLocalTop& thread_local_top() { return thread_local_top_; } in thread_local_top() function131 ThreadLocalTop const& thread_local_top() const { return thread_local_top_; } in thread_local_top() function
1226 ThreadLocalTop* thread_local_top() { in thread_local_top() function1229 ThreadLocalTop const* thread_local_top() const { in thread_local_top() function
199 auto thread_local_top = isolate_->thread_local_top(); local