Lines Matching refs:frames
124 // Abstract base class for all stack frames.
495 // Build a list with summaries for this frame including all inlined frames.
498 virtual void Summarize(std::vector<FrameSummary>* frames) const;
572 void Summarize(std::vector<FrameSummary>* frames) const override;
611 // about the inlined frames use {GetFunctions} and {Summarize}.
676 // Entry frames are used to enter JavaScript execution from C.
694 // The caller stack pointer for entry frames is always zero. The
724 // Exit frames are used to exit JavaScript execution and go to C, or to switch
740 // iterator and the frames following entry frames.
755 // Builtin exit frames are a special case of exit frames, which are used
776 void Summarize(std::vector<FrameSummary>* frames) const override;
798 // TurboFan stub frames are supported.
820 void Summarize(std::vector<FrameSummary>* frames) const override;
862 // Build a list with summaries for this frame including all inlined frames.
863 void Summarize(std::vector<FrameSummary>* frames) const override;
935 // Builtin frames are built for builtins with JavaScript linkage, such as
982 void Summarize(std::vector<FrameSummary>* frames) const override;
1122 // Construct frames are special trampoline frames introduced to handle
1268 // Iterator that supports iterating through all JavaScript frames.
1286 // JavaScript frames that have proper JavaScript functions and WebAssembly
1287 // frames.
1291 // Skip frames until the frame with the given id is reached.