Searched refs:IsOptimizedJSFunctionFrame (Results 1 – 5 of 5) sorted by relevance
96 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() function105 …return IsInterpretedFrame(type) || IsOptimizedJSFunctionFrame(type) || IsFastJitFunctionFrame(type… in IsJSFrame()108 bool IsOptimizedJSFunctionFrame(FrameType type) const in IsOptimizedJSFunctionFrame() function
212 return IsOptimizedJSFunctionFrame() || IsFastJitFunctionFrame(); in IsOptimizedOrFastJit()215 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() function
1973 …return IsInterpretedFrame(type) || IsOptimizedJSFunctionFrame(type) || IsFastJitFunctionFrame(type… in IsJSFrame()1976 bool IsOptimizedJSFunctionFrame(FrameType type) const in IsOptimizedJSFunctionFrame() function1982 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() function1985 return IsOptimizedJSFunctionFrame(type); in IsOptimizedJSFunctionFrame()2002 return IsOptimizedJSFunctionFrame() || IsFastJitFunctionFrame(); in IsAotOrJitFunctionFrame()
209 if (it.IsOptimizedJSFunctionFrame()) { in GetRunningState()
3114 ASSERT(it.IsOptimizedJSFunctionFrame()); in GetOptimizedJSFunctionFrame()3124 ASSERT(it.IsOptimizedJSFunctionFrame()); in GetOptimizedJSFunctionFrameNoGC()