Lines Matching refs:state
25 : state(OTHER),
36 * \param state Execution state.
41 * register state rather than the one provided
42 * with |state| argument. Otherwise the method
43 * will use provided register |state| as is.
45 void Init(Isolate* isolate, const v8::RegisterState& state,
52 * \param state Register state.
59 * the current VM state.
64 * VM state recorded in |sample_info|. In the case of fast
65 * API calls, the VM state must be EXTERNAL, as the callback
69 * register state rather than the one provided
70 * with |state| argument. Otherwise the method
71 * will use provided register |state| as is.
76 static bool GetStackSample(Isolate* isolate, v8::RegisterState* state,
85 StateTag state; // The state of the VM.