Home
last modified time | relevance | path

Searched refs:napiIndex (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h184 void FillNapiStack(std::string& tagName, std::vector<CallFrame>& callFrames, uint64_t napiIndex);
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp744 void StackPreprocess::FillNapiStack(std::string& tagName, std::vector<CallFrame>& callFrames, uint64_t napiIndex) in FillNapiStack() argument
757 jsCallFrame.callFrameId_ = DWARF_NAPI_CALLBACK + napiIndex; in FillNapiStack()
758 jsCallFrame.symbolNameId_ = DWARF_NAPI_CALLBACK + napiIndex; in FillNapiStack()
759 jsCallFrame.filePathId_ = DWARF_NAPI_CALLBACK + napiIndex; in FillNapiStack()

Completed in 4 milliseconds