Home | History | Annotate | Download | only in src

Lines Matching full:current_state

1008       StateTag current_state = thread_local_top_.current_vm_state_;
1009 if (current_state != JS && state == JS) {
1012 } else if (current_state == JS && state != JS) {
1020 ASSERT((current_state == JS) == (state == JS));