Home
last modified time | relevance | path

Searched refs:ThreadImpl (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.cc1077 class ThreadImpl { class
1085 ThreadImpl(Zone* zone, CodeMap* codemap, in ThreadImpl() function in v8::internal::wasm::__anon49171a620111::ThreadImpl
2926 InterpretedFrameImpl(ThreadImpl* thread, int index) in InterpretedFrameImpl()
2977 ThreadImpl* thread_;
2980 ThreadImpl::Frame* frame() const { in frame()
2990 WasmInterpreter::Thread* ToThread(ThreadImpl* impl) { in ToThread()
2993 ThreadImpl* ToImpl(WasmInterpreter::Thread* thread) { in ToImpl()
2994 return reinterpret_cast<ThreadImpl*>(thread); in ToImpl()
3080 ZoneVector<ThreadImpl> threads_;