Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp435 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractor() local
457 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in GetJSPtExtractorAndExtract() local
481 auto extractorPtr = std::make_unique<DebugInfoExtractor>(jsPandaFile); in CpuProfilerGetJSPtExtractor() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp6095 uintptr_t extractorPtr = 0; in create_jsvm_extractor() local
6104 __attribute__((visibility("default"))) int destroy_jsvm_extractor(uintptr_t extractorPtr) in destroy_jsvm_extractor()