Lines Matching refs:StackFrame
1412 StackFrame* frame,
1437 static bool FixTryCatchHandler(StackFrame* top_frame,
1438 StackFrame* bottom_frame) {
1460 static const char* DropFrames(Vector<StackFrame*> frames,
1469 StackFrame* pre_top_frame = frames[top_frame_index - 1];
1470 StackFrame* top_frame = frames[top_frame_index];
1471 StackFrame* bottom_js_frame = frames[bottom_js_frame_index];
1536 static bool IsDropableFrame(StackFrame* frame) {
1547 Vector<StackFrame*> frames = CreateStackMap();
1554 StackFrame* frame = frames[frame_index];
1577 StackFrame* frame = frames[frame_index];
1593 StackFrame* frame = frames[frame_index];
1625 StackFrame::Id new_id = StackFrame::NO_ID;
1627 if (frames[i]->type() == StackFrame::JAVA_SCRIPT) {