Home
last modified time | relevance | path

Searched refs:IsJSFunctionType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dframe-states.h103 static bool IsJSFunctionType(FrameStateType type) { in IsJSFunctionType() function
Djs-inlining-heuristic.cc107 if (FrameStateFunctionInfo::IsJSFunctionType(frame_info.type())) { in Reduce()
Dinstruction.cc1047 if (FrameStateFunctionInfo::IsJSFunctionType(iter->type_)) { in GetJSFrameCount()
Dinstruction.h1172 return FrameStateFunctionInfo::IsJSFunctionType(type_); in HasContext()