Searched refs:ComputeCallerState (Results 1 – 2 of 2) sorted by relevance
282 virtual void ComputeCallerState(State* state) const = 0;323 virtual void ComputeCallerState(State* state) const;381 virtual void ComputeCallerState(State* state) const;411 virtual void ComputeCallerState(State* state) const;
351 frame->ComputeCallerState(&state); in IsValidCaller()467 ComputeCallerState(state); in GetCallerState()477 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::EntryFrame511 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::ExitFrame583 void StandardFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::StandardFrame