Lines Matching full:stackframe
1335 StackFrame* frame,
1360 static bool FixTryCatchHandler(StackFrame* top_frame,
1361 StackFrame* bottom_frame) {
1383 static const char* DropFrames(Vector<StackFrame*> frames,
1392 StackFrame* pre_top_frame = frames[top_frame_index - 1];
1393 StackFrame* top_frame = frames[top_frame_index];
1394 StackFrame* bottom_js_frame = frames[bottom_js_frame_index];
1456 static bool IsDropableFrame(StackFrame* frame) {
1466 Vector<StackFrame*> frames = CreateStackMap();
1473 StackFrame* frame = frames[frame_index];
1496 StackFrame* frame = frames[frame_index];
1512 StackFrame* frame = frames[frame_index];
1544 StackFrame::Id new_id = StackFrame::NO_ID;
1546 if (frames[i]->type() == StackFrame::JAVA_SCRIPT) {