Home
last modified time | relevance | path

Searched refs:ComputeCallerState (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dframes.h282 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;
Dframes.cc351 frame->ComputeCallerState(&state); in IsValidCaller()
467 ComputeCallerState(state); in GetCallerState()
477 void EntryFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::EntryFrame
511 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::ExitFrame
583 void StandardFrame::ComputeCallerState(State* state) const { in ComputeCallerState() function in v8::internal::StandardFrame