Searched refs:ComputeCallerState (Results 1 – 2 of 2) sorted by relevance
346 virtual void ComputeCallerState(State* state) const = 0;388 virtual void ComputeCallerState(State* state) const;447 virtual void ComputeCallerState(State* state) const;477 virtual void ComputeCallerState(State* state) const;
308 frame->ComputeCallerState(&state); in IsValidCaller()447 ComputeCallerState(state); in GetCallerState()471 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::EntryFrame505 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::ExitFrame591 void StandardFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::StandardFrame