Searched refs:extractorPtr (Results 1 – 1 of 1) sorted by relevance
393 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractor() local394 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractor()395 extractors_[jsPandaFile] = std::move(extractorPtr); in GetJSPtExtractor()415 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractorAndExtract() local416 DebugInfoExtractor *extractor = extractorPtr.get(); in GetJSPtExtractorAndExtract()418 extractors_[jsPandaFile] = std::move(extractorPtr); in GetJSPtExtractorAndExtract()439 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in CpuProfilerGetJSPtExtractor() local440 extractor = extractorPtr.get(); in CpuProfilerGetJSPtExtractor()441 extractors_[jsPandaFile] = std::move(extractorPtr); in CpuProfilerGetJSPtExtractor()