Home
last modified time | relevance | path

Searched refs:IsOptimizedJSFunctionFrame (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h96 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() function
105 …return IsInterpretedFrame(type) || IsOptimizedJSFunctionFrame(type) || IsFastJitFunctionFrame(type… in IsJSFrame()
108 bool IsOptimizedJSFunctionFrame(FrameType type) const in IsOptimizedJSFunctionFrame() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h212 return IsOptimizedJSFunctionFrame() || IsFastJitFunctionFrame(); in IsOptimizedOrFastJit()
215 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() function
/arkcompiler/ets_runtime/ecmascript/
Dframes.h1973 …return IsInterpretedFrame(type) || IsOptimizedJSFunctionFrame(type) || IsFastJitFunctionFrame(type… in IsJSFrame()
1976 bool IsOptimizedJSFunctionFrame(FrameType type) const in IsOptimizedJSFunctionFrame() function
1982 bool IsOptimizedJSFunctionFrame() const in IsOptimizedJSFunctionFrame() function
1985 return IsOptimizedJSFunctionFrame(type); in IsOptimizedJSFunctionFrame()
2002 return IsOptimizedJSFunctionFrame() || IsFastJitFunctionFrame(); in IsAotOrJitFunctionFrame()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp209 if (it.IsOptimizedJSFunctionFrame()) { in GetRunningState()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3114 ASSERT(it.IsOptimizedJSFunctionFrame()); in GetOptimizedJSFunctionFrame()
3124 ASSERT(it.IsOptimizedJSFunctionFrame()); in GetOptimizedJSFunctionFrameNoGC()