Home | History | Annotate | Download | only in src

Lines Matching refs:current_state

985       StateTag current_state = thread_local_top_.current_vm_state_;
986 if (current_state != JS && state == JS) {
989 } else if (current_state == JS && state != JS) {
997 ASSERT((current_state == JS) == (state == JS));