Lines Matching refs:InterpreterThread
213 struct InterpreterThread {
316 for (InterpreterThread t : blocked_threads_) {
321 for (InterpreterThread t : active_threads_) {
333 InterpreterThread{0, NewRegisterArray(kUndefinedRegisterValue)}, zone_);
373 void RunActiveThread(InterpreterThread t) {
393 InterpreterThread fork{inst.payload.pc,
414 for (InterpreterThread s : active_threads_) {
449 InterpreterThread t = blocked_threads_[i];
465 base::Vector<int> GetRegisterArray(InterpreterThread t) {
485 void DestroyThread(InterpreterThread t) {
537 ZoneList<InterpreterThread> active_threads_;
542 ZoneList<InterpreterThread> blocked_threads_;