Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.h89 static bool IsJSFunctionType(FrameStateType type) { in IsJSFunctionType() function
Dinstruction.cc1070 if (FrameStateFunctionInfo::IsJSFunctionType(iter->type_)) { in GetJSFrameCount()
Dinstruction.h1295 return FrameStateFunctionInfo::IsJSFunctionType(type_) || in HasContext()