Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp35 enableMethodLog = logList->IncludesMethod(fileName, methodName); in SetMethodLog()
44 enableMethodLog = logList->IncludesMethod(stubName); in SetStubLog()
49 bool MethodLogList::IncludesMethod(const std::string &methodName) const in IncludesMethod() function in panda::ecmascript::kungfu::MethodLogList
56 bool AotMethodLogList::IncludesMethod(const std::string &fileName, const std::string &methodName) c… in IncludesMethod() function in panda::ecmascript::kungfu::AotMethodLogList
Dcompiler_log.h154 bool IncludesMethod(const std::string &methodName) const;
170 bool IncludesMethod(const std::string &fileName, const std::string &methodName) const;
Dllvm_codegen.cpp617 logFlag = logFlag && logList.IncludesMethod(methodName); in GetCalleeReg2Offset()