Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp66 auto *patchExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in ExtractPatch() local
67 if (patchExtractor == nullptr) { in ExtractPatch()
76 const std::string &url = patchExtractor->GetSourceFile(mainMethodIndex); in ExtractPatch()
81 patchExtractors_[url] = patchExtractor; in ExtractPatch()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp85 [[maybe_unused]] auto *patchExtractor = hotReloadManager->GetPatchExtractor(sourceFile); in HWTEST_F_L0() local
86 EXPECT_TRUE(patchExtractor != nullptr); in HWTEST_F_L0()