Home | History | Annotate | Download | only in wasm

Lines Matching defs:Thread

112   // State machine for a Thread:
123 // Tells a thread to pause after certain instructions.
130 // Representation of a thread in the interpreter.
131 class V8_EXPORT_PRIVATE Thread {
134 Thread() = delete;
152 // Returns true if the thread executed an instruction which may produce
157 // Returns the number of calls / function frames executed on this thread.
160 // Thread-specific breakpoints.
189 // Thread iteration and inspection.
192 Thread* GetThread(int id);