Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp435 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractor() local
436 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor()
437 extractors_[jsPandaFile] = std::move(extractorPtr); in GetJSPtExtractor()
457 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractorAndExtract() local
458 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract()
460 extractors_[jsPandaFile] = std::move(extractorPtr); in GetJSPtExtractorAndExtract()
481 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in CpuProfilerGetJSPtExtractor() local
482 extractor = extractorPtr.get(); in CpuProfilerGetJSPtExtractor()
483 extractors_[jsPandaFile] = std::move(extractorPtr); in CpuProfilerGetJSPtExtractor()

Completed in 2 milliseconds