Home
last modified time | relevance | path

Searched refs:kInterpretedFunction (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dframe-states.h63 kInterpretedFunction, // Represents an InterpretedFrame. enumerator
90 return type == FrameStateType::kInterpretedFunction || in IsJSFunctionType()
112 return info_ == nullptr ? FrameStateType::kInterpretedFunction in type()
Dframe-states.cc51 case FrameStateType::kInterpretedFunction: in operator <<()
Dcode-generator.cc1022 case FrameStateType::kInterpretedFunction: in BuildTranslationForFrameStateDescriptor()
Dbytecode-graph-builder.cc531 FrameStateType::kInterpretedFunction, in BytecodeGraphBuilder()
/external/v8/src/
Ddeoptimizer.cc211 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 …]
Ddeoptimizer.h153 kInterpretedFunction, enumerator
Dframes.cc1475 if (it->kind() == TranslatedFrame::kInterpretedFunction || in FRAME_SUMMARY_DISPATCH()
1507 DCHECK_EQ(it->kind(), TranslatedFrame::kInterpretedFunction); in FRAME_SUMMARY_DISPATCH()