Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.h80 kInterpretedFunction, // Represents an InterpretedFrame. enumerator
114 type == FrameStateType::kInterpretedFunction; in IsJSFunctionType()
Dframe-states.cc55 case FrameStateType::kInterpretedFunction: in operator <<()
Dcode-generator.cc583 case FrameStateType::kInterpretedFunction: in BuildTranslationForFrameStateDescriptor()
Dbytecode-graph-builder.cc387 FrameStateType::kInterpretedFunction, in BytecodeGraphBuilder()
/external/v8/src/
Ddeoptimizer.h115 kInterpretedFunction, enumerator
Ddeoptimizer.cc766 case TranslatedFrame::kInterpretedFunction: in DoComputeOutputFrames()
2869 TranslatedFrame frame(kInterpretedFunction, shared_info->GetIsolate(), in InterpretedFrame()
2906 case kInterpretedFunction: { in GetValueCount()