Home
last modified time | relevance | path

Searched refs:CheckAndGetMethod (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp78 auto method = it.CheckAndGetMethod(); in BuildJsStackTrace()
112 auto method = it.CheckAndGetMethod(); in BuildJsStackInfo()
192 Method *method = frame.CheckAndGetMethod(); in CrashCallback()
198 method = frame.CheckAndGetMethod(); in CrashCallback()
Djs_stackgetter.cpp58 auto method = it.CheckAndGetMethod(); in ParseMethodInfo()
222 auto nextMethod = it.CheckAndGetMethod(); in GetNativeMethodCallPos()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h204 Method *CheckAndGetMethod() const;
Dframe_handler.cpp143 Method *FrameHandler::CheckAndGetMethod() const in CheckAndGetMethod() function in panda::ecmascript::FrameHandler
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp271 auto method = it.CheckAndGetMethod(); in GetStack()
336 auto method = it.CheckAndGetMethod(); in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp93 auto method = it.CheckAndGetMethod(); in GetStack()
Dheap_snapshot.cpp765 auto method = it.CheckAndGetMethod(); in AddTraceNode()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp47 Method *FrameIterator::CheckAndGetMethod() const in CheckAndGetMethod() function in panda::ecmascript::FrameIterator
Dframes.h1649 Method *CheckAndGetMethod() const;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp832 auto method = it.CheckAndGetMethod(); in GetNativePointer()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3648 auto method = it.CheckAndGetMethod(); in GetCurrentTaskInfo()