Home
last modified time | relevance | path

Searched refs:IsJSFrame (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h81 bool IsJSFrame() const in IsJSFrame() function
84 return IsJSFrame(type); in IsJSFrame()
94 bool IsJSFrame(FrameType type) const in IsJSFrame() function
Dframe_handler.cpp46 if (IsJSFrame(t) || IsJSEntryFrame(t)) { in AdvanceToJSFrame()
138 ASSERT(IsJSFrame()); in GetMethod()
145 ASSERT(IsJSFrame()); in CheckAndGetMethod()
168 ASSERT(IsJSFrame()); in GetFunction()
223 ASSERT(IsJSFrame()); in GetPc()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp75 if (!it.IsJSFrame()) { in BuildJsStackTrace()
109 if (!it.IsJSFrame()) { in BuildJsStackInfo()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp210 if (!frameHandler.IsJSFrame()) { in GetErrorJSFunction()
/arkcompiler/ets_runtime/ecmascript/
Dframes.h1669 bool IsJSFrame() const in IsJSFrame() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp762 if (!it.IsJSFrame()) { in AddTraceNode()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp829 if (!it.IsJSFrame()) { in GetNativePointer()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3645 if (!it.IsJSFrame()) { in GetCurrentTaskInfo()