Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp59 auto method = it.CheckAndGetMethod(); in ParseMethodInfo()
223 auto nextMethod = it.CheckAndGetMethod(); in GetNativeMethodCallPos()
291 auto nextMethod = itNext.CheckAndGetMethod(); in GetCallLineNumber()
Djs_stackinfo.cpp115 auto method = it.CheckAndGetMethod(); in BuildJsStackTrace()
152 auto method = it.CheckAndGetMethod(); in BuildJsStackInfo()
232 Method *method = frame.CheckAndGetMethod(); in CrashCallback()
238 method = frame.CheckAndGetMethod(); in CrashCallback()
/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.cpp277 auto method = it.CheckAndGetMethod(); in GetStack()
343 auto method = it.CheckAndGetMethod(); in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp93 auto method = it.CheckAndGetMethod(); in GetStack()
Dheap_snapshot.cpp833 auto method = it.CheckAndGetMethod(); in AddTraceNode()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp47 Method *FrameIterator::CheckAndGetMethod() const in CheckAndGetMethod() function in panda::ecmascript::FrameIterator
Dframes.h1683 Method *CheckAndGetMethod() const;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp910 auto method = it.CheckAndGetMethod(); in GetNativePointer()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2637 auto method = it.CheckAndGetMethod(); in GetCurrentTaskInfo()