Searched refs:Reframe (Results 1 – 4 of 4) sorted by relevance
288 inline JavaScriptFrame* JavaScriptFrameIterator::Reframe() { in Reframe() function289 StackFrame* frame = iterator_.Reframe(); in Reframe()303 inline CommonFrame* StackTraceFrameIterator::Reframe() { in Reframe() function304 iterator_.Reframe(); in Reframe()
1258 StackFrame* Reframe();1279 inline JavaScriptFrame* Reframe();1299 inline CommonFrame* Reframe();
149 StackFrame* StackFrameIterator::Reframe() { in Reframe() function in v8::internal::StackFrameIterator
1208 js_frame = JavaScriptFrame::cast(frames_it.Reframe()); in PrepareStep()1420 InterpretedFrame::cast(it.Reframe()) in VisitThread()