Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp99 if (MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in NotifyScriptParsed()
155 …if (!MatchScripts(scriptFunc, fileName.c_str(), ScriptMatchType::FILE_NAME) || extractor == nullpt… in IsSkipLine()
214 if (!MatchScripts(scriptFunc, location->GetSourceFile(), ScriptMatchType::URL) || in NotifyPaused()
734 if (!MatchScripts(scriptFunc, metaData.url_, ScriptMatchType::URL)) { in RemoveBreakpoint()
794 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in SetBreakpointByUrl()
877 if (!MatchScripts(matchScriptCbFunc, url, ScriptMatchType::URL)) { in ProcessSingleBreakpoint()
1049 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in GetExtractor()
1115 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in GenerateCallFrame()
1201 if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) { in GetLocalScopeChain()
Ddebugger_impl.h79 bool MatchScripts(const Callback &cb, const std::string &matchStr, ScriptMatchType type) const in MatchScripts() function