Home
last modified time | relevance | path

Searched refs:AddFuncDebugInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h31 void AddFuncDebugInfo(const std::string &name);
Ddebug_info.cpp60 void DebugInfo::AddFuncDebugInfo(const std::string& name) in AddFuncDebugInfo() function in panda::ecmascript::kungfu::DebugInfo
Dcircuit.cpp41 debugInfo_->AddFuncDebugInfo(funcName); in Circuit()