Lines Matching defs:state
59 #include "src/execution/vm-state-inl.h"
586 // The active stack's jump buffer does not match the current state, use
1486 VMState<EXTERNAL> state(this);
1533 VMState<EXTERNAL> state(this);
1648 VMState<EXTERNAL> state(this);
1915 // avoid leaving the stack in an invalid state.
3954 // Create LocalIsolate/LocalHeap for the main thread and set state to Running.
4101 // If we are deserializing, read the state into the now-empty heap.
4138 // Verify that the current heap state (usually deserialized from the snapshot)
5310 StateTag state = current_vm_state();
5312 DCHECK(state == EXTERNAL || state == IDLE);
5315 } else if (state == IDLE) {