Lines Matching defs:frame
18 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index,
20 : frame_(frame),
23 // Extract the relevant information from the frame summary and discard it.
24 FrameSummary summary = FrameSummary::Get(frame, inlined_frame_index);
38 frame->is_java_script() ? javascript_frame() : nullptr;
39 DCHECK(js_frame || frame->is_wasm());
45 // Calculate the deoptimized frame.
112 JavaScriptFrame* frame = it.frame();
113 JSFunction function = frame->function();
114 if (!frame->is_interpreted()) continue;
117 reinterpret_cast<InterpretedFrame*>(frame);