Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.h105 void AddCompiledMethod(const std::string& name, const CString& recordName);
Dcompiler_log.cpp230 void CompilerLog::AddCompiledMethod(const std::string& name, const CString& recordName) in AddCompiledMethod() function in panda::ecmascript::kungfu::CompilerLog
Dpass.h183 log_->AddCompiledMethod(methodName_, recordName_); in IsTypeAbort()