Home | History | Annotate | Download | only in src

Lines Matching refs:kInterpretedFunction

211     if (it->kind() == TranslatedFrame::kInterpretedFunction ||
225 CHECK_EQ(frame_it->kind(), TranslatedFrame::kInterpretedFunction);
664 case TranslatedFrame::kInterpretedFunction: {
780 case TranslatedFrame::kInterpretedFunction:
2233 DCHECK_EQ(TranslatedFrame::kInterpretedFunction, frame_it->kind());
2253 if (frame_it->kind() == TranslatedFrame::kInterpretedFunction) {
2266 if (frame_it->kind() == TranslatedFrame::kInterpretedFunction) {
2627 TranslatedFrame frame(kInterpretedFunction, shared_info, height);
2669 case kInterpretedFunction: {
3806 if (frames_[i].kind() == TranslatedFrame::kInterpretedFunction ||
3823 if (frames_[i].kind() == TranslatedFrame::kInterpretedFunction ||
3893 CHECK_EQ(frames_[0].kind(), TranslatedFrame::kInterpretedFunction);