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

/external/v8/src/compiler/
H A Dframe-states.h101 static bool IsJSFunctionType(FrameStateType type) { function in class:v8::internal::compiler::FrameStateFunctionInfo
H A Dinstruction.cc994 if (FrameStateFunctionInfo::IsJSFunctionType(iter->type_)) {
H A Dinstruction.h1139 return FrameStateFunctionInfo::IsJSFunctionType(type_);

Completed in 75 milliseconds