Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp393 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractor() local
394 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor()
395 extractors_[jsPandaFile] = std::move(extractorPtr); in GetJSPtExtractor()
415 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractorAndExtract() local
416 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract()
418 extractors_[jsPandaFile] = std::move(extractorPtr); in GetJSPtExtractorAndExtract()
439 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in CpuProfilerGetJSPtExtractor() local
440 extractor = extractorPtr.get(); in CpuProfilerGetJSPtExtractor()
441 extractors_[jsPandaFile] = std::move(extractorPtr); in CpuProfilerGetJSPtExtractor()