Home | History | Annotate | Download | only in mips

Lines Matching defs:isolate

742   if (Isolate::Current()->simulator_initialized()) return;
743 Isolate::Current()->set_simulator_initialized(true);
748 Simulator::Simulator() : isolate_(Isolate::Current()) {
804 Isolate* isolate = Isolate::Current();
805 next_ = isolate->simulator_redirection();
806 Simulator::current(isolate)->
807 FlushICache(isolate->simulator_i_cache(),
810 isolate->set_simulator_redirection(this);
822 Isolate* isolate = Isolate::Current();
823 Redirection* current = isolate->simulator_redirection();
853 Simulator* Simulator::current(Isolate* isolate) {
854 v8::internal::Isolate::PerIsolateThreadData* isolate_data =
855 Isolate::CurrentPerIsolateThreadData();
857 Isolate::EnterDefaultIsolate();
858 isolate_data = Isolate::CurrentPerIsolateThreadData();
864 // TODO(146): delete the simulator object when a thread/isolate goes away.