Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.h112 static bool IsJSFunctionType(FrameStateType type) { in IsJSFunctionType() function
Dinstruction.cc878 if (FrameStateFunctionInfo::IsJSFunctionType(iter->type_)) { in GetJSFrameCount()
Dinstruction.h1024 return FrameStateFunctionInfo::IsJSFunctionType(type_); in HasContext()