Lines Matching refs:state
323 // Compute the stack frame type for the given state.
324 static Type ComputeType(const StackFrameIteratorBase* iterator, State* state);
337 // Fill in the state of the calling frame.
338 virtual void ComputeCallerState(State* state) const = 0;
340 // Get the type and the state of the calling frame.
341 virtual Type GetCallerState(State* state) const;
508 void ComputeCallerState(State* state) const override;
671 void ComputeCallerState(State* state) const override;
700 void ComputeCallerState(State* state) const override;
701 Type GetCallerState(State* state) const override;
738 // Compute the state and type of an exit frame given a frame
741 static Type GetStateForFramePointer(Address fp, State* state);
744 static void FillState(Address fp, Address sp, State* state);
750 void ComputeCallerState(State* state) const override;
1059 static void GetStateForJumpBuffer(wasm::JumpBuffer* jmpbuf, State* state);
1077 Type GetCallerState(State* state) const override;
1229 // Get the type-specific frame singleton in a given state.
1230 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);