Searched refs:kInterpretedFunction (Results 1 – 7 of 7) sorted by relevance
63 kInterpretedFunction, // Represents an InterpretedFrame. enumerator90 return type == FrameStateType::kInterpretedFunction || in IsJSFunctionType()112 return info_ == nullptr ? FrameStateType::kInterpretedFunction in type()
51 case FrameStateType::kInterpretedFunction: in operator <<()
1022 case FrameStateType::kInterpretedFunction: in BuildTranslationForFrameStateDescriptor()
531 FrameStateType::kInterpretedFunction, in BytecodeGraphBuilder()
211 if (it->kind() == TranslatedFrame::kInterpretedFunction || in DebuggerInspectableFrame()225 CHECK_EQ(frame_it->kind(), TranslatedFrame::kInterpretedFunction); in DebuggerInspectableFrame()664 case TranslatedFrame::kInterpretedFunction: { in LookupCatchHandler()780 case TranslatedFrame::kInterpretedFunction: in DoComputeOutputFrames()2233 DCHECK_EQ(TranslatedFrame::kInterpretedFunction, frame_it->kind()); in DeoptimizedFrameInfo()2253 if (frame_it->kind() == TranslatedFrame::kInterpretedFunction) { in DeoptimizedFrameInfo()2266 if (frame_it->kind() == TranslatedFrame::kInterpretedFunction) { in DeoptimizedFrameInfo()2627 TranslatedFrame frame(kInterpretedFunction, shared_info, height); in InterpretedFrame()2669 case kInterpretedFunction: { in GetValueCount()3806 if (frames_[i].kind() == TranslatedFrame::kInterpretedFunction || in GetFrameFromJSFrameIndex()[all …]
153 kInterpretedFunction, enumerator
1475 if (it->kind() == TranslatedFrame::kInterpretedFunction || in FRAME_SUMMARY_DISPATCH()1507 DCHECK_EQ(it->kind(), TranslatedFrame::kInterpretedFunction); in FRAME_SUMMARY_DISPATCH()