Searched refs:ComputeCallerState (Results 1 – 2 of 2) sorted by relevance
192 virtual void ComputeCallerState(State* state) const = 0;233 virtual void ComputeCallerState(State* state) const;286 virtual void ComputeCallerState(State* state) const;334 virtual void ComputeCallerState(State* state) const;
263 frame->ComputeCallerState(&state); in IsValidCaller()369 ComputeCallerState(state); in GetCallerState()379 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::EntryFrame401 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::ExitFrame437 void StandardFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::StandardFrame